OK. I got my browser window spawning at tthe desired size.
i.e.,
<frameset rows="*,80%" onload="javascript:resizeTo(1100,875)">
Now I want to kill all the toolbars, etc.
As in this:
function POP_UP() {
window.open('page.html','_blank','toolbar=no,location=no,directories=no,status=yes,menubar=no,resiza ble=no,copyhistory=no,scrollbars=no,width=550,height=400');
}
The problem is I can't get the toolbars to be gone using onload vs. when spawned by a link.
Any help would be appreciated!
Rick
i.e.,
<frameset rows="*,80%" onload="javascript:resizeTo(1100,875)">
Now I want to kill all the toolbars, etc.
As in this:
function POP_UP() {
window.open('page.html','_blank','toolbar=no,location=no,directories=no,status=yes,menubar=no,resiza ble=no,copyhistory=no,scrollbars=no,width=550,height=400');
}
The problem is I can't get the toolbars to be gone using onload vs. when spawned by a link.
Any help would be appreciated!
Rick
Comment