bookmark - Automatic Options

Automatic Options

 
 Discussion by Cruzo with 1 Replies.
 Last Update: July 13, 2006, 3:03 pm
 
bookmark - Automatic Options  
    
free web hosting
 
Hello everybody!!!

I'm new to this list and to JavaScript too. As a freshman I'd like to
know if it's possible to solve the following problem:

I have to access a page where there are some combo boxes with many
options and after choosing the right options I have to click on a
button to see the desired results (the combos' content is like a
filter to a query).

The result is a table of values and this table is generated in HTML (I
saw the page's source code).

The page I want to access is a php page and I don't know if it uses
some database for storage of values.

My doubt is if with JavaScript I can do a script to automatically
connect to the site, choose all possible options inside all the combo
boxes and execute the button to go to the next page where the results
are shown. After that I'd like to store locally the table that
contains all the values I need to do my job.

I'm asking a solution to this problem because there are about almost a
thousand of options to choose and it's painful to do it by hand.

Thu Jul 13, 2006    Reply    New Discussion   


Javascript would be your worst option for this task. Javascript can choose the options, and submit the form thus taking you to the next page, but you will have to save the table manually. I suggest Python for this mission. It is immensly simple to learn and very effective. You will be able to download the table, programmatically extract its contents, and put them wherever you like!

Thu Jul 13, 2006    Reply    New Discussion   

Quickly Post to Automatic Options  w/o signup Share Info about Automatic Options  using Facebook, Twitter etc. email your friend about Automatic Options Print
Reply / Comment Ask a Question? Share / Bookmark E-Mail a Friend Print

File Upload With AJAX File upload with xmlhttprequest ...  File Upload With AJAX File upload with xmlhttprequest ... (1) (1) Validate Numeric Only   Validate Numeric Only