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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top