Hello @ all,
I want to open a new window via Javascript from an BSP.
Therfore I used this tag:
<!-- htmlb:link id = "ID"
text = "Text"
tooltip = "TText"
onClientClick =
"javascript:window.open('http://google.com','Hinweis', 'status=no,resizeable=yes,menubar=no' );"
/-->
In HTML is some JS code generated around my window.open
And now to the problem. The window opens correctly but the parameters aren't recognized....
My window won't open resizable and without status and menubar. If I use no parameters it opens resizable but with the bars...
Has someone a hint ?
Edited by: Tim Anlauf on Jan 14, 2008 12:22 PM
Edited by: Tim Anlauf on Jan 14, 2008 12:29 PM