visual studio 2008 - blank iframe using WebBrowser control on Compact Framework -


i'm creating smart device proyect un visual studio 2008, i'm using webbrowser control show web site. problem when set src iframe, iframe don't show requested page, appears in blank, happens on webbrowser control, if navigate website using internet explorer on device, works fine...

i'm setting src this:

     `document.getelementbyid("iframeid").src="webpagerequested.jsp";` 

any help?

(sorry english)

windows mobile has stripped down version of ie4.

create basic html page simple iframe saying, "hello world!".

put on website (public or internal).

if windows mobile device can display "hello world!" text, can move forward further development.

if not, stripped down version of ie4 not support iframe.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -