View Full Version : Question about popup .....use


Ready
12-11-2005, 08:18 PM
For these I need to create a page for each image and then link to that page with the popup ......correct? If I want it to have nothing but the picture can I make each picture 800x600 and set this for the popup?

Chris
12-11-2005, 09:02 PM
You're really confusing me. Do you have an example you can show us?

Ready
12-11-2005, 09:19 PM
I found this on dynamicdrive.com:

<a href="http://www.google.com" onclick="NewWindow(this.href,'mywin','800','600','no','cent er');return false" onfocus="this.blur()">YourLinkText</a>

So my question is: where google.com is should be a page that I have made for an image since I want a popup window for each image in photo gallery. Does this make more sense?

Thanks