Sabian
05-09-2003, 03:52 AM
I have the following script on my site:
function popupWindow() {
ElementWindow = window.open('http://nameofurl','FirstWin','width=425,height=500')
}
in the main body of the page i then have: <a href="javascript:popupWindow()">Enquiries</a></font></div></td>
This works greats and pops the required page up in a new window just the size i want it. The question is how can i create more than one popup linked off the one?
ie i want 4 more popup windows coming off that one page that go to different pages with different sizes!
Sorry bout this im very new to JavaScript, cheers!
function popupWindow() {
ElementWindow = window.open('http://nameofurl','FirstWin','width=425,height=500')
}
in the main body of the page i then have: <a href="javascript:popupWindow()">Enquiries</a></font></div></td>
This works greats and pops the required page up in a new window just the size i want it. The question is how can i create more than one popup linked off the one?
ie i want 4 more popup windows coming off that one page that go to different pages with different sizes!
Sorry bout this im very new to JavaScript, cheers!