我正在使用 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;')"
/>