Embedded Popup

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Embedded Popup

Post 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?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post 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.
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Post by shiznatix »

success

thanks
User avatar
neel_basu
Forum Contributor
Posts: 454
Joined: Wed Dec 06, 2006 9:33 am
Location: Picnic Garden, Kolkata, India

Post by neel_basu »

Here I One Ready made Script
viewtopic.php?t=56045
Post Reply