Thursday, March 22, 2012

Taking off the Address Bar and..

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
Kendo 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.
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Ken" <Ken@.discussions.microsoft.com> wrote in message
news:64F77FE9-9B17-4F6C-B0F3-8D69B86E238C@.microsoft.com...
> 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 Im using IE 6.0
> Any Sugg
> Thks
> Ken
NewWin = window.open (<url>, <windowName>, 'location=no,toolbar=no');
HTH
"Ken" <Ken@.discussions.microsoft.com> wrote in message
news:64F77FE9-9B17-4F6C-B0F3-8D69B86E238C@.microsoft.com...
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 Im using IE 6.0
Any Sugg
Thks
Ken

0 comments:

Post a Comment