Pb wedbbrowser in wm6 .... and wm5
I have a problem with the webbrowser control in the compact framework.
I use the DocumentText property to create an html form that contains javascript but the script no longer gets executed when running on a WM6 device. I've been using the same code on WM5 for nearly two years without any problems.
an example would be:
webBrowser1.DocumentText =
"<script language='javascript'>alert('test');</script>";On wm5 the alert fires but not wm6. It's interesting to note the script works in wm6 if a write it to a file and load into the browser control.
Is this a bug somewhere? or tighter security in WM6?

