Results 1 to 4 of 4

Thread: Automatic popup when visiting a page
      
   

  1. #1
    chesbrotc is offline Private
    Join Date
    Aug 2007
    Posts
    1

    Default Automatic popup when visiting a page

    Hi,
    I'm looking for a way to have a popup window with a text message to appear on my site when you visit a page. I want to use it for a quick message to draw the users attention. I would like it to appear only for a short period of time on that page and then I'll remove it (or better yet have it appear only the first time the user visits that page in a session). I have found information about popups used with an active click on a link, but not seeing anything about a popup on a visit to a page (user doesn't have to click anything). I'm a brand new user, so be kind. :)

    Thank you.

    BlueVoda Client ID# 16977

  2. #2
    zuriatman's Avatar
    zuriatman is offline Moderator
    Join Date
    Sep 2006
    Location
    Malaysia
    Posts
    3,039

    Default Re: Automatic popup when visiting a page

    Chestbroc,

    I dont know what U want use the pop up for but most people nowadays would set their browsers to block pop ups.

    Me included. Ad pop ups are a nuisance.

  3. #3
    Tom vR's Avatar
    Tom vR is offline Brigadier General
    Join Date
    Apr 2007
    Location
    Centurion, South Africa
    Posts
    1,733

    Default Re: Automatic popup when visiting a page

    I agree with Zuriatman. What about using one of these Scrollers ?

  4. #4
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: Automatic popup when visiting a page

    You can have a javascript alert box, they just have to click ok and they can continue to use the website. You can make it only come up the first time they visit by using a cookie

    Just put something like this inside your "<body>" tag

    onLoad="alert('Hello, thanks for visiting, whatever else you want the message to say');"

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49