Help - Search - Members - Calendar
Full Version: Extracting Form Field Values
HTMLHelp Forums > Web Authoring > General Web Design
ChubChub
Greetings all,

I am in the midst of a research project and am in need of some wisdom. I am required to surf to a number of websites and look at various forms in an effort to locate specific fields and extract the values that are available for users to select (ie. values in drop-down lists, radio buttons, check boxes, etc.). This is very manual work (clicking and typing into word or excel) and I thought that someone might be able to give me some pointers on how to make this easier.

Any help would be greatly appreciated.

Kevin
aka. ChubChub
Christian J
One idea might be to write a favelet/bookmarklet that writes out the values you want. You'd still have to load each web page and then run the script, of course.

Another idea might be to create a web indexing bot, similar to this one: http://code.google.com/webstats/index.html
ChubChub
QUOTE(Christian J @ Oct 10 2007, 02:30 PM) *

One idea might be to write a favelet/bookmarklet that writes out the values you want. You'd still have to load each web page and then run the script, of course.

Another idea might be to create a web indexing bot, similar to this one: http://code.google.com/webstats/index.html


I think this is a bit over my head. I got a tip from a friend of mine suggesting I "look at the HTML source, search on some keywords (like "SELECT" or "OPTION") and when you find the appropriate element (drop-down list or radio buttons), you can copy/paste the HTML defining the element somewhere"

I'm going to try this first, thanks for the suggestion though.
pandy
That's how I would do it. Beats writing each option down manually. happy.gif
Some simple Find & Replace can help you get rid of the tags or some editors have an option that strips HTML. Then you have a nice list of option values.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.