Here is where the page that contains the link to the popup window is located:
http://www.finitesite.com/spiritlady/BES/m1.html
(click on "thought")
Here is the where the popup window page is located:
http://www.finitesite.com/spiritlady/BES/t.html
If you click on the link to the popup window, the popup window opens. If you then click on the page, the popup window goes away. How can I make it so the popup window stays on that main page until they close it?
For some reason, the popup window page (t.html), when you view the source code, has more code in it then what the webhost's editing page shows. In other words, when I go to edit the code, it shows that the code I have in there is just:
<SCRIPT TYPE="text/javascript">
<!--
zyXf(window) ;
//-->
</SCRIPT>
But if you go to the popup window page (t.html) and view source, it shows that this extra code below is there even though I didn't put it there and it doesn't show it when I am in the editing page.
What am I doing wrong?
<script type="text/javascript">zyXYx();</script>
|