Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hiii Every one

I'm developing a Windows Mobile Application using VS 2008 and .NET Compact Framework.

On a Form I'm using a WebBrowser control. On load of the page I'm dynamically constructing html and displaying it as below.

WebBrowser1.DocumentText = "Some HTML text"


I have a Anchor element in the html code , and on clicking of that anchor element I need to call a method written in that Form.

But I'm unable to call the methods from webbrowser control written in that form.

I tried ObjectForScripting and window.external.fnTest but it looks it doesnot work in Compact framework.

Could someone please provide me a solution to this problem.

Its very urgent for me . please help me out.
Posted

1 solution

Could some one help me on the above problem...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900