HTML Fields via VB.Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to access the input fields of an html form.

I've got a mix of JavaScript, VBScript and VB.Net and I need to share data
between them.

Got Clues?

Thanks, Ken
 
Get a DOM object reference from the Webpage. Know the id of the form object
and then enumerate through the form's children for their properties.
 
Got a sample?

I've got the idea, but the samples I can find are all about XML and not just
finding the input fields. Sorry, but I'm over my head a bit. I'll keep
looking for a simple DOM sample.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top