Results 1 to 7 of 7

Thread: Want to make an fancy pop-up window: HELP

  1. #1
    Join Date
    Jul 2007
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Want to make an fancy pop-up window: HELP

    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.

  2. #2
    Join Date
    Jul 2007
    Location
    California
    Posts
    177
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    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

  3. #3
    Join Date
    Jul 2007
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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 and just click on "MEMBER LOGIN"...you'll see what i mean.

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Take a look at the script John wrote here:
    http://www.dynamicdrive.com/forums/s...ad.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.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. #5
    Join Date
    Jul 2007
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by djr33 View Post
    Take a look at the script John wrote here:
    http://www.dynamicdrive.com/forums/s...ad.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!

  6. #6
    Join Date
    Sep 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Codeman

    Thanks guys! you are the real soldiers on the battle field.

  7. #7
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Have you tried Dynamic Drive's Facebox? You can put the contents of your homepage popup in an external file, and call it automatically like so:
    Code:
    jQuery.facebox('homepage_popup.html')
    It doesn't have the darkened background, but I think would work very well otherwise.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •