0

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

1 回答 1

1

Windows Mobile 平台附带的 Internet Explorer 版本不支持标签浏览。

标签浏览出现在 IE 8 左右,我相信 Widows Mobile 包括 ...IE6 的精简版。

所以,基本上,标签浏览还没有开发出来。

据我所知,Windows Mobile 中的精简版 IE 也不支持在新窗口中打开链接。

希望这能回答你的问题。

于 2013-08-10T17:34:11.383 回答