|
Adding a popup window to an existing page
Add this javascript code after the closing head tag
in an existing page and a window will pop up everytime
the page is opened. This works only with browsers
with javascript enabled.
<script language=JavaScript>
<!--
window.open("/templates/weekend.html",
"w3adIAYJAAII",
"width=650,height=400");
//-->
</script> |
For
an example, check out the popup window that opened
up with this page.
|