Results 1 to 5 of 5

Thread: Pop up window
      
   

  1. #1
    OZMADMAN is offline Staff Sergeant
    Join Date
    Aug 2007
    Posts
    46

    Default Pop up window

    Hi All

    How can I add a pop up window to my site, I have no knowlege of Javascript. Basically, I want to be able to click on an image in my Gallery which will them bring up a window where I can have further images and sound files etc. I am happy with being able to add the contents but don't know how to the get a pop up window???

    Thanks in advance Guys and Gals so nice to find people who are so helpful

    best wishes from the UK

    Paul

  2. #2
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: Pop up window

    1- Create your page that you want the other content on. Make sure that it is created and that everything starts from the left top and then down and over. DO NOT CENTER PAGE IN BROWSER.

    2- then create your link from either text or a button. In the link line- use this code:
    #" onClick="window.open('http://www.yourdomain/yourpage.html', '','width=300,height=300'); return false;"
    Changing the domain to yours and the page as well as the height and width of the window.

    Andy
    PHP- is a blast!

  3. #3
    OZMADMAN is offline Staff Sergeant
    Join Date
    Aug 2007
    Posts
    46

    Default Re: Pop up window

    Thanks Andy

    Your'e a STAR. works a treat

    Paul

  4. #4
    sara01 is offline Private
    Join Date
    Sep 2007
    Posts
    1

    Default Re: Pop up window

    thnks that was helpful to me too.
    FREE URL MASKING SOFTWARE DOWNLOAD http://urlmasking.madereallyeasy.com

  5. #5
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: Pop up window

    You're both very welcome =)

    Andy
    PHP- is a blast!

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