Results 1 to 8 of 8

Thread: Multiple Pop ups on page(activated by text link)
      
   

  1. #1
    AWS's Avatar
    AWS
    AWS is offline First Lieutenant
    Join Date
    Jan 2006
    Posts
    172

    Default Multiple Pop ups on page(activated by text link)

    Hi, I found this script on the "tips & tricks" page and I just need some help as to where I add this. Do I add to the body of the page html ? and How do I go about making it work for when you click on the text links etc.

    The code is as follows:.......

    Simple way to open window as a popup.
    on the link just type this:

    Code:
    "#" onClick="window.open('http://www.yourdomain/yourpage.html', '','width=300,height=300'); return false;"
    Change the page name and the size according what you want
    If you are using Bluevoda, eliminate the first quote
    " of the code because will be automatic added by Bluevoda itself.
    make like this:

    Code:
    #" onClick="window.open('http://www.yourdomain/yourpage.html', '','width=300,height=300'); return false;"


  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Multiple Pop ups on page(activated by text link)

    No, you simply add this in the URL field of the Link dialog box.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    AWS's Avatar
    AWS
    AWS is offline First Lieutenant
    Join Date
    Jan 2006
    Posts
    172

    Default Re: Multiple Pop ups on page(activated by text link)

    Hi Navaldesign and thanks

  4. #4
    montsa007 is offline Private First Class
    Join Date
    Mar 2007
    Posts
    7

    Default Re: Multiple Pop ups on page(activated by text link)

    but doin this will irritate the visitors & u'll loose them

  5. #5
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: Multiple Pop ups on page(activated by text link)

    No montsa, not for some things - we aren't talking about the type of pop-ups you are.

  6. #6
    AmaDee is offline Colonel
    Join Date
    Jun 2006
    Location
    Stone Mountain, GA
    Posts
    851

    Default Re: Multiple Pop ups on page(activated by text link)

    montsa007, you want to us this script with things like giving tips on how to perform a task or if you sell merchandise on your site, use this script for your customers to view bigger pictures of your thumbnails, but then again, you can use the photo gallery for that.

    Nevertheless, there are some neat things you can do with the script. If, however, you linked all of your navigation toolbars or all of your links like that, if that's what you were thinking, montsa007, then that would be darn near torturous to navigate such a site.

  7. #7
    WSBlue's Avatar
    WSBlue is offline Brigadier General
    Join Date
    Apr 2006
    Posts
    1,416

    Default Re: Multiple Pop ups on page(activated by text link)

    Quote Originally Posted by bevilleliam View Post
    Hi, I found this script on the "tips & tricks" page and I just need some help as to where I add this. Do I add to the body of the page html ? and How do I go about making it work for when you click on the text links etc.

    The code is as follows:.......

    Simple way to open window as a popup.
    on the link just type this:
    Code:
    "#" onClick="window.open('http://www.yourdomain/yourpage.html', '','width=300,height=300'); return false;"
    Change the page name and the size according what you want

    If you are using Bluevoda, eliminate the first quote " of the code because will be automatic added by Bluevoda itself.
    make like this:
    Code:
    #" onClick="window.open('http://www.yourdomain/yourpage.html', '','width=300,height=300'); return false;"
    Where to find this:
    Code:
    #"onClick="window.open ?

  8. #8
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Multiple Pop ups on page(activated by text link)

    What you mean "where to find ? " the code is in the above posts. You simply type it in the URL field of the Link Properties Window.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


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