Announcement

Collapse
No announcement yet.

pop up window in brochure page

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

    pop up window in brochure page

    hello,
    can any one help, i would like to have a pop up window apear on a brochure page. It will contain a form for submiting requests. I have all the code for the form and mail scripts. I just carnt get a pop up window into my brochure page. any ideas ?
    site not up yet
    many thanks
    wes
    Treasure Island Sweets

    #2
    //Popup Window Script
    //By JavaScript Kit (http://javascriptkit.com)
    //JavaScript tutorials and over 400+ free scripts

    function openpopup(){
    var popurl="yourform.htm"
    winpops=window.open(popurl,"","width=400,height=450,")
    }

    </script>
    <a href="javascriptpenpopup()">yourlinktext</a>
    Owner of a broken heart

    Comment


      #3
      thanks works well !
      Treasure Island Sweets

      Comment

      Working...
      X