View Full Version : Trouble With Pop-ups...*sigh*


cinnimine41
06-23-2003, 10:37 PM
Hey there. I was wondering if you could help me out. I have created a pop-up at http://www23.brinkster.com/forevercharmed/main.html (click girl) and then the navigation for "The Girl" shows up. However I am unsure of how to save my files (i.e. Biography, likes, dislikes). I have tried saving them as javascript:bio() and also as /girl.htm/javascript:bio() but nothing seems to work. That was my question sorry it was so long....Thanks for your help!
P.S. I am using Brinkster in case that helps

kittycat
06-23-2003, 10:41 PM
If you want it to open in that window, all you have to do is save it as "bio.htm" and link to it like that as well :)

cinnimine41
06-23-2003, 10:57 PM
For the Javascript code do i do it like this <a href="javascript:bio.htm()">Biography</a> or like this <a href="javascript:bio()">Biography</a> or how do link it like it says below? link to it like that as well

kittycat
06-23-2003, 11:37 PM
I'm not entirely sure what you mean... if you want the bio page to open in a new popup window, you'd link it like <a href="javascript:bio()">. If you want the bio page to open up in the same window, you'd use <a href="bio.htm">