Automatic Options

free web hosting
Free Web Hosting > Computers & Tech > Programming > Scripting > JavaScript

Automatic Options

Cruzo
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.

 

 

 


Reply

seec77
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!

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Similar Topics

Keywords : automatic, options

  1. Automatic Typing Script
    (3)
  2. Do I Need To Set Up Any Special Kernel Options To Enable Cd/dvd Burning?
    CD / DVD Burning (0)
    If you're running a fairly recent kernel, probably not. Older kernel versions required
    scsi-emulation to be set up for the drives, but recent versions support direct ATAPI/IDE access. If
    you're using a 2.6.x version kernel, you almost certainly are ready to go. An easy way to test
    if direct ATAPI access is available is to install cdrecord (mentioned below) and issue the command
    Code: $ cdrecord -dev=ATAPI -scanbusIf your drives are mentioned in the scan output, you're
    ready to go. 2. How can I burn CDs/DVDs under linux? Burning Software: GUI: xcdroast: an....
  3. Convert Csv To Xml
    The following options are supported (1)
    QUOTE The following options are supported in the DataDirect XML Converter CSV converter
    precisely because they are unspecified in the real world, and vary between applications. Whether
    the first row of the CSV data contains the names of the fields, or they are known by the sending and
    receiving applications implicitly How commas within values are handled in CSV files How quotes
    within quoted values are handled in CSV files. Are they doubled to escape them, or is there a
    special escape character, such as a backslash? Whether single or double quotes are used Wheth....
  4. Automatic/remote Php Script Execution
    (9)
    Hi, I was wondering, is it possible to execute a PHP script when a user isn't on the page with
    it? Say for example, have it so that a script checks that if a certain time has passed since a user
    was last active, it logs them off? So that if they've closed the window, it doesn't keep
    them marked as logged in. Also, is there any way, with PHP to alert a user when something changes,
    as soon as it happens? Say that if they recieve a new message, a box pops up telling them? You could
    do this with Ajax I suppose, but (correct me if I'm wrong) continually runni....
  5. How To Start A Program On Startup With Options
    (11)
    Well as I;ve said before I'm new to linux, but am learning fast, I'm trying to figure out
    how to add a program to start at fedora bootup, I need '/opt/lampp/lampp start' to start at
    bootup, I beleive I need to do something in the init.d folder but I am unsure of what should be done....
  6. How: Disable A Few Options In WinXP Limited A/c ?
    (7)
    Where i work .. my PC is shared with a student club of my campus .. We use WinXP .. and i have made
    my account as the Admin and theirs as Limited. I wanted to disable the following on the Limited
    account: 1) Installation of any software 2) Disable Windows Media Player 3) Disable change of themes
    or wallpaper etc 4) Disable changing time. 5) Disable the use of Windows Messenger ( tho they
    shouldent be able to install MSN Messenger) 6) Disable the use of Internet in a way that they can
    only use outlook to send and receive mails but not browse the inetrnet. 7) Last but no....
  7. Automatic Title/status Text Rotation!
    Change the text in you Title Bar and Status Bar after a preset Interva (0)
    Copied from http://www.cgiscript.net/cgi-script/csNews...wone&id=57&op=t QUOTE Below is the
    code required to rotate the text used in the title bar and status bar QUOTE CODE var
    default1 = "defautl title"; // only shown once at page load var text1 = "title2"; var text2 = "title
    3"; var text3 = "title 4"; var changeRate = 2000; // 1000 = 1 second var messageNumber = 0;
    function changeStatus() {   if (messageNumber == 0) {      window.status=default1;     
    document.title=default1;     }   else if (messageNumber == 1) {      window.status=text1;    ....
  8. MS Excel -- Automatic Update Of Data
    (3)
    I've got a cell that contains a number, and it is likely for hat number to increment or
    decrement itself on a ragular basis. Could someone briefly explain how it would be made for the
    number to adjust automatically? For example, lets say that that cell is driven by a database, if I
    import data from a database, and then the information in the db changes, will Excel adjust
    accordingly? Please help -- I'm really stuck on this. It's part of some coursework I'm
    doing and I'm desperate for an answer.....
  9. Help: $_post Variable For Options From Select Types?
    (6)
    I want to know if there is a way to get the variables in $_POST for the options (not just the
    selected ones, but the unselected ones as well) of a type. Objective: Creating an application for
    my school. Issue: I am successful in receiving all the variables from the forms except the ones
    added to the options of a type. Just wanted to know what is the variable to access the options of
    types. Here is what I am trying to do with it: View Page If the server is down or unable to
    load file, here is the script: CODE      Malden High School va....
  10. How To Remove Internet Options Features
    (7)
    How to remove Internet (IE) Options features Click Start > Click Run > and type “regedit” (without
    quote) and then click OK. Find and go to following key: HKEY_CURRENT_USER \ Software \ Policies \
    Microsoft \ Internet Explorer Under Internet Explorer key create a new key and name it “Control
    Panel”. To remove features, create any of the following strings under Control Panel key.
    AdvancedTab = Advanced tab ConnectionsTab = Connections tab ContentTab = Content tab GeneralTab =
    General tab ProgramsTab = Programs tab SecurityTab = Security tab And give value of 1 To resto....
  11. How To #4: Custom BBCodes For This Board (Pptions)
    More than one of them (2)
    So far m^e has made us aware of two variables for custom BBcodes: {option} and {content}. But what
    if you want to have multiple options for a tag, like, maybe foreground color and background color?
    To do this all it takes is a simple php script. If you remember parameters from DOS, it is jsut one
    list of words or symbols separated by spaces. Contrary to popular belief, this parameter list is
    one large variable in a program that gets parsed into smaller variables. That is exactly what we do
    for multiple options. As an example, I'm going to use a simple highlight....
  12. Restart Icon, Standby And Sound Options
    Windows XP (2)
    Three(ish) questions: 1) Does anyone know where (and even in what file if it is in a dll) the icon
    that is used for the restart symbol in WinXP is? The green one with the starish symbol? 2) Does
    anyone know how to cause the computer to standby, hibernate, and or log off using the switch users
    method using a command line option (so I can make a shortcut out of it)? 3) Does anyone know how to
    set a Windows sound event to choose a random sound from a list of sounds, maybe a batch file or
    something? Thanks in advance.....
  13. Automatic Disconnection
    An automatic time out for a user logged. (0)
    I sometime get on to the forum and for some reason have to leave my computer or maybe fall asleep.
    The next time I go back could a few hours or a full day. I was wondering if the system admin could
    set a time limit for inactive logins that would trigger an automatic disconnection or logoff for a
    user. The idea is in the interest of security for the site like in the case of an ftp login.....
  14. Why My Computer Shutdown Automatic
    computer shutdown automatic (14)
    one day,when i am programer ,my computer was shutdown suddenly. and it start-up in a few minutes.
    why? did any body know why?....

    1. Looking for automatic, options






*SIMILAR VIDEOS*
Searching Video's for automatic, options
advertisement




Automatic Options



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE