Page 1 of 1

Embedded Popup

Posted: Wed Dec 20, 2006 8:50 am
by shiznatix
I have a image and I want whenever a person clicks on the image a little box to show up with an form for the person to fill out.

I thought about using the wz_tooltip library to do this but that won't work because I cant actually move my mouse INTO the box that appears. What I would really like to have in the end is almost what askaninja.com does when you view a movie, it pops up that box and freezes the rest of the website until you click on 'close'. Well I would like to freeze the rest of the website till you click on 'submit'.

So in conclusion, is there a toolkit that will open that little window with some HTML that I throw in or is there an easy way to do this?

Posted: Wed Dec 20, 2006 9:25 am
by John Cartwright
no need for a tool kit.. just use javascript to bring a div covering your entire website into focus, by increasing the z-index. As for the the popup, have a search dhtml popups.

Posted: Wed Dec 20, 2006 12:23 pm
by shiznatix
success

thanks

Posted: Wed Dec 27, 2006 12:43 am
by neel_basu
Here I One Ready made Script
viewtopic.php?t=56045