PDA

View Full Version : new windows


sirarfalot
08-01-2003, 05:11 AM
how do u get 2 new window links to open at once?

basically how popups work

MikeParent
08-02-2003, 05:15 AM
Please use this knowledge for good, not evil :-)

sirarfalot
08-02-2003, 05:55 AM
hehe yeah cant stand those damn popups : /

nah, i will use my knowledge wisely

sirarfalot
08-02-2003, 05:56 AM
Originally posted by dbindel

function doublepopup(url1, url2) {
var win1 = window.open(...);
var win2 = window.open(...);
}



Here, what goes in the (...)

Is it the syntax for things like window size?