View Full Version : Pop-up windows


remus_no_miko
07-20-2003, 03:56 PM
I'm working on a new website that requires I use popup windows. Amazingly enough, I have never ecer used them in my years of doing this sort of thing, and I'm a little confused.

I'm using image links, and for that, one requires a code placed in the head of the document predefining the size, URL, etc. of the new window. The link tag itself, placed before the image in question, contains parentheses indicating to me that there should be a few parametres listed.

What confuses me is that for the site in question, each link will have to open a new URL and each window will have to be a different size. If the code placed in the head defines everything, how can that be achieved, and why are there parentheses in the link tags?

I hope someone out there can interpret what I just said, because I sure can't lol Any help would be greatly appreciated!

kittycat
07-20-2003, 04:23 PM
For each link/window that you want to open, you have to copy the code in the head tag, and change the values to match the window you want to open. I'm not sure about the parentheses part, someone else will probably know how to answer that.

remus_no_miko
07-21-2003, 12:35 PM
Thanks, kittycat! I ended up putting buttons for the images in question, mostly since I couldn't get back on yesterday to read your reply ^^u But I'm going to try your suggestion! Thanks again!