ASP.NET (VB) を使用して小さな Web アプリを開発しています。Windows Mobile 6.1 ブラウザは「新しいタブ」をサポートしていますか? 「新しいウィンドウ」はどうですか?
私が使用しているコードは次のとおりです。
<img src="image/specs.jpg"
style="cursor: hand;"
title="Define Serial Number"
onclick="javascript: window.open('dialog_window.aspx?p=request_line_specs.aspx&appid=<%=AppId.Text%>&linenum=<%#DataBinder.Eval(Container.DataItem, "LineNum")%>&apptype=<%=AppType.Text%>&itemcode=<%#DataBinder.Eval(Container.DataItem, "ItemCode")%>&t=Define Serials', 'scroll:no; status:no; address: no; dialogWidth: 700px; dialogHeight: 500px;')"
/>