mgeology گفت:
اقا دستت درد نكنه فقط نگفتي تو كجاها بايد ادرس اون صفحه اي كه مي خوام كوچيك باشه رو بذارم بعد اي كدهايي كه گفتي رو توي صفحه اي بذارم كه اصل هست و اون كوچيكه قرار باهاش بازبشه؟
اين اطلاعات
در شمن اونها رو تو صفحه ي اصلي بايد بزاري
To use this script copy the purple junk into your head tag and change LINK LOCATION, WINDOW NAME and any of
the window attributes.
<script>
function winopen(){
window.open("LINK LOCATION", "WINDOW NAME", "toolbar=yes,location=yes,directories=no,status=no, menubar=yes,scrollbars=yes,resizable=no,copyhistory=yes,width=200,height=260")
}
</script>
Now put this inside your body code.
<body onLoad="winopen()">
An example is:
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#FF0000" VLINK="#000080" ALINK="#000080"
onLoad="winopen()">
or
<body onLoad="winopen()">
If you want another window to open, copy this line and add to the script that goes in the head tag. It goes just before the"}".
Make the WINDOW NAME something different from the first one!
window.open("LINK LOCATION", "WINDOW NAME", "toolbar=yes,location=yes,directories=no,status=no, menubar=yes,scrollbars=yes,resizable=no,copyhistory=yes,width=200,height=260")
مهرداد كوهي