View Full Version : non-javascript popup?
skinner69
05-02-2005, 03:49 PM
Is there a way to create a popup by clicking on an image without using javascript? Can I also determine the size of the window? Thanks for the help!
mwinter
05-02-2005, 05:51 PM
Is there a way to create a popup by clicking on an image without using javascript?Yes. Place a target attribute on the link in question. If you want just one instance or tab for all images, specify a single unique name. If you want unique instances or tabs for each image, specify a value of '_blank'.
Can I also determine the size of the window?No.
Thanks for the help!You're welcome. :)
Mike
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.