Have been successfully using the following to open a pop-up for some
time
function msg(url) {
window.open(url ,'msg','scrollb ars=yes,menubar =yes,width=750, height=400,resi zable=yes,toolb ar=yes,location =yes,status=yes ')
}
Works fine on IE6 & Firefox, but IE7 opens a new tab obscuring the
calling page. How can IE7 be made to open a new window?
time
function msg(url) {
window.open(url ,'msg','scrollb ars=yes,menubar =yes,width=750, height=400,resi zable=yes,toolb ar=yes,location =yes,status=yes ')
}
Works fine on IE6 & Firefox, but IE7 opens a new tab obscuring the
calling page. How can IE7 be made to open a new window?
Comment