Does the version of IE included with Windows Mobile 6.1 support "new tab" or "new window"? -


i'm developing small web app using asp.net (vb). windows mobile 6.1 browser support "new tab"? how "new window"?

here's code i'm using:

<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;')" /> 

the version of internet explorer came windows mobile platforms not support tab browsing.

tab browsing came out around ie 8, , widows mobile includes cut down version of ...ie6, believe.

so, basically, tab browsing not developed yet.

to knowledge, cut down version of ie in windows mobile not support opening link in new window, either.

hope answers question.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -