Results 1 to 2 of 2

Thread: Popup Window

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2002
    Location
    India
    Posts
    105

    Popup Window

    I want to display a popup window while scrolling down the html page (when i reach to bottom of page).

    Please help!
    Shahab Ahmed

  2. #2
    Hyperactive Member progressive's Avatar
    Join Date
    Sep 2001
    Location
    Manchester, UK
    Posts
    404
    Code:
    //popup window usage
    //window.open('pageToDisplay','windowName','parameters');
    //example
    window.open('new_page.html', 'popup', 'height=100,width=100');
    As for the rest of your question, I'm not sure what you are asking !

Posting Permissions

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



Click Here to Expand Forum to Full Width