Log in

View Full Version : Want to make an fancy pop-up window: HELP



IgorV
07-18-2007, 02:53 PM
Hey ladies and gents,

Okay so my mission is to make a fancy pop-up (onload pop-up) for my homepage.

A perfect example of what I'm looking for is exactly like the Dynamic "Image Lightbox Viewer" except instead of an image to have a small window and to have opacity background. BUT if it has to be an image (since i dont want frames or anything) that is fine too just as long as i can get it to go on a page load.

So basically on my homepage load, this beautiful window pops up and yeah. Can someone help me please? I tried myself but no success. :(

Sliight
07-18-2007, 08:53 PM
This site will create the code for you... http://www.echoecho.com/toolpopupgenerator.htm however it's set up as "onclick"... I'm wondering if you can just do an "onload" instead. You could experiment with it and try... if that doesn't work...someone here will surely know :)

That or search out some **** and look at the source... granted it may take you 15 minutes to close out all the pop ups before you can see it :)

IgorV
07-19-2007, 03:48 PM
yeah i found that before but that only gives me a window. I dont want a typical Microsoft window, i want a flash look alike window.

here is a exact example of what i meant. www.surveymonkey.com (http://www.surveymonkey.com) and just click on "MEMBER LOGIN"...you'll see what i mean.

djr33
07-19-2007, 04:50 PM
Take a look at the script John wrote here:
http://www.dynamicdrive.com/forums/showthread.php?t=22703

He's still developing it, but the code is usable now or you could wait until he has a more complete version.

IgorV
07-19-2007, 07:52 PM
Take a look at the script John wrote here:
http://www.dynamicdrive.com/forums/showthread.php?t=22703

He's still developing it, but the code is usable now or you could wait until he has a more complete version.
haha awesome!... thank you so much. thats exactly what im looking for. i appreciate it so much!

samarjit.acharya
09-26-2009, 09:06 AM
Thanks guys! you are the real soldiers on the battle field.

traq
09-27-2009, 03:32 AM
Have you tried Dynamic Drive's Facebox (http://www.dynamicdrive.com/dynamicindex4/facebox/index.htm)? You can put the contents of your homepage popup in an external file, and call it automatically like so:

jQuery.facebox('homepage_popup.html')
It doesn't have the darkened background, but I think would work very well otherwise.