access javascript functions from C#

  • Thread starter Thread starter Priya
  • Start date Start date
P

Priya

Hi,
I'm developing a windows application in VC#.It has a web
browser control in it.How can I call the javascript
functions present in the web page?
Thanks in advance
Priya
 
functions are only called by an action in the page occuring - like a button
press or a load event. You would probably have to resort to something like
send keys to trigger the button press for example..

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 
Back
Top