View Full Version : javascript pop ups... plms w/ it...


Jchan
07-11-2003, 01:53 AM
When you enter my site.. the pop up works well.. and then when you sign or view guestbook.. it pops up in the same window. I don't know why.. i already put the code to make it pop in new window.. but it won't.. :confused:

heres my url.. click on enter, then pop up comes. then click on sign or view... then it will pop up in the same window..
http://devoted.to/JchansArtStudio

I wanted sign and view to pop up in diff window.. i already put 2 seperate codes for sign and view. And it doesn't work... :( i use javascript pop ups.

Hope yall understand wat im talkin abt

kittycat
07-11-2003, 02:06 AM
In the code, you have all of them to open in a window named "popup". Just change it to something different and the links should open in new windows.

(the bolded part, incase of any confusion)
function sign()
{ window.open ("http://users.glassed-tears.com/jocelyn/guestbook.cgi#sign" ,"popup","width=450,height=350,location=0,menubar=0,resizabl e=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }

Jchan
07-11-2003, 02:12 AM
ooo thanks. I didn't know that.. Thanks a bunch! :)