Re: How to Hide Addressbar in dialog widows

  •  10-15-2007, 3:39 AM

    Re: How to Hide Addressbar in dialog widows

    But it is possible to set parameters when window.open is called.
     
    For instance:
     
    <input type="button" value="New Window!" onclick="window.open('http://www.pageresource.com/jscript/jex5.htm','mywindow','width=400,height=200,toolbar=no,location=no,directories=yes,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes')" />
     
    But where can I successfully edit CuteEditor code ?
    Inside
    \GeckoImplementation\CuteEditorImplementation.js
    \IEImplementation\CuteEditorImplementation.js
    etc.
     
    status=no removes status in the bottom line, while location=no seem to remove addressbar.
    but how to successfully implement ?
     
    Someone ?
View Complete Thread