Click here to Skip to main content
15,891,761 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i use webbrowser to show a page which come from internet.
there is a javascript variable named "isPost" which value is "false" in the page.
now how can i change the value of "isPost"?
don't tell me to call javascript functions(have existed in page) to change value of "isPost".
Posted

liyoubaidu wrote:
don't tell me to call javascript functions(have existed in page) to change value of "isPost


Okay, don't.

How else do you expect to change it? What have you tried?
 
Share this answer
 
can i put a custum js function into the page,then i call the js function?
 
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