■20404 / ) |
Re[1]: ツールバー、メニュー等の非表示方法 |
□投稿者/ いしだ (127回)-(2008/06/10(Tue) 14:19:19)
|
> Me.Button1.Attributes["onclick"] = "window.open('http://xxxxx/test_xxxx/子画面.aspx', width=400, height=300)"
ここの部分が間違えてるのではないでしょうか。 例えば、
Me.Button1.Attributes["onclick"] = "window.open('http://xxxxx/test_xxxx/子画面.aspx', 'テスト', 'width=400, height=300')"
のような感じじゃないでしょうか。
|
|