Jump to content

Ash999

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Ash999

  1. 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!
     

×
×
  • Create New...