How do I create a pop-up window that appears when a thumbnail is clicked. I want to have a larger version of the thumbnail in the pop-up window with a "close" button.
Make your thumbnail link to "#" to create your "a" tags. Make sure the "a" tag is selected then go to the behaviours panel and press the "plus" and choose "open browser window".
The rest should be simple! Derren
[The only person in the world to like Word]
In your popup add "close window" or whatever suits you, add # in the link and instead of choosing "open browser window" select "Call JavaScript" and add window.close()
Sharky is just telling you to add some text or an image to the page which you are popping up to use as a close button. All you need to do is select the aforementioned text/image and type "javascript:window.close();" as the link in the properties panel.
You should now have a working popup Derren
[The only person in the world to like Word]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.