GIDMEISTER
11-27-2012, 08:42 PM
I have the following code:
var strAttribs = 'location=0,width=500,height=500,fullscreen=0,toolbar=0,status=0,menubar=0,titlebar=0,scrollbars=1,c opyhistory=0,resizable=0';
var mywin = window.open("vidseg.aspx?helpstr=" + sPage, 'HelpWindow', strAttribs);
mywin.moveTo(60, 60);
The window does open, but it has an address bar, with a url shown in it. I thought "location=0" would get rid of that, but it did not.
Any help is appreciated.
var strAttribs = 'location=0,width=500,height=500,fullscreen=0,toolbar=0,status=0,menubar=0,titlebar=0,scrollbars=1,c opyhistory=0,resizable=0';
var mywin = window.open("vidseg.aspx?helpstr=" + sPage, 'HelpWindow', strAttribs);
mywin.moveTo(60, 60);
The window does open, but it has an address bar, with a url shown in it. I thought "location=0" would get rid of that, but it did not.
Any help is appreciated.