Announcement

Collapse
No announcement yet.

Pop up window

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    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!

    Comment


    • #3
      Re: Pop up window

      Thanks Andy

      Your'e a STAR. works a treat

      Paul

      Comment


      • #4
        Re: Pop up window

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

        Comment


        • #5
          Re: Pop up window

          You're both very welcome =)

          Andy
          PHP- is a blast!

          Comment

          Working...
          X