Taking off the Address Bar and..

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi

I'Dont know to much about JavaScript, anyway
I'm using JavaScript (NewWin = open('" + UML + "','null')) to open a new
windows , and it works fine, but now, I dont want to show in the new window
neither Address Bar nor Standard Buttons Bar.

I think there is a parameter to do it, also I´m using IE 6.0

Any Sugg
Thks

Ken
 
do a google on it, there are a series of params and that is indeed an
option. It's not an ASP.NET issue but rather a clientside/javascript one.
I'd start there.
 
NewWin = window.open (<url>, <windowName>, 'location=no,toolbar=no');

HTH

hi

I'Dont know to much about JavaScript, anyway
I'm using JavaScript (NewWin = open('" + UML + "','null')) to open a new
windows , and it works fine, but now, I dont want to show in the new window
neither Address Bar nor Standard Buttons Bar.

I think there is a parameter to do it, also I´m using IE 6.0

Any Sugg
Thks

Ken
 
Back
Top