View Full Version : Pop Ups. Argh!


Choccieholic
08-14-2005, 11:15 AM
I want my image to load a pop up, I have followed the instructions on lissaexplains but still I cant seem for it to work, do I put the two codes on the same page? or one on the different page that I want it to come up in a pop up? Ive checked both the codes to make sure ive got the right information and havent made any mistakes. When I click on my image at the bottom it just says 'Error on Page' Any help? I'm a total newbie at Javascript. Cheers.

kittycat
08-14-2005, 02:01 PM
Both codes go on the same page. The long javascript one goes between the <head> tags, and the link goes wherever you want it after the <body> tag.
Check to make sure that the function popup() in the head and javascript: popup() in the body have the same names, if they do and yo still haave problems post the code/page link here and we can take a look at it