VBForums
>
Other Languages
>
XML, HTML, Javascript, Web and CSS
> Popup Window
PDA
Click to See Complete Forum and Search -->
:
Popup Window
shahab
Aug 1st, 2002, 01:38 AM
I want to display a popup window while scrolling down the html page (when i reach to bottom of page).
Please help!
progressive
Aug 1st, 2002, 03:23 AM
//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 !
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.