BUT,
I can I do this through window.open?:
function showRemote() {
self.name = "main"; // names current window as "main"
var windowprops = "frameset rows='*,0' framespacing=0 frame name='top'
src='"+urlPop+"' scrolling=auto border=0 frameborder=0
toolbar=0,location=0,directories=0,status=0, " +
"menubar=0,scrollbars=0,resizable=0,width=224,height=372 ;
"<frame name='top' src='"+urlPop+"' scrolling=auto>"+
"<frame name='bottom' src='about:blank' scrolling='no'
OpenWindow = window.open("
http://mis12/travel10/cE.aspx", "remote",
windowprops); // opens remote control
}
If so, where can I put this, because this does show the titlebar and
border?
Thanks,
Trint