Jump to content

Ash


Ash999

Recommended Posts

Hi

I really don't know javascript much at all but have a small one-off requirement I hope someone can help with.

I'm automating data entry into a website via geckofx in vb.net. I an do almost all of what I need to in terms of adding text to the various fields on the page, but I can't trigger a function which fires after a drop-down box is selected. I can enter text in the box, but that doesn't trigger the function.

I thought it might be something like:
 

GeckoWebBrowser1.Navigate("javascript:void( document.getElementById('DDLStatus').change () ) ")

.. but this doesn't work (DDLStatus is name of dropdown).

Could anyone give me a quick pointer on this?

Thanks!
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...