Does anyone know how to submit a form on aspx website?

shnabz

New member
Hello,

Im trying to submit a form without having to click things?

The form is something like;
HTML:
<table class="alertwarning" cellspacing="3" width="100%">     <tr>         <td><label for="findLocationControl_tristateLocationControl_locationAmbiguous_SelectOptionDropDown" id="findLocationControl_tristateLocationControl_locationAmbiguous_labelPossibleLocations" class="txtseven">Select from possible options for <b>"ts254pd/"</b></label></td>     </tr>     <tr>         <td align="left"><select name="findLocationControl$tristateLocationControl$locationAmbiguous$SelectOptionDropDown" id="findLocationControl_tristateLocationControl_locationAmbiguous_SelectOptionDropDown" style="width:450px">     <option selected="selected" value="unrefined">---- Please select from the following options ----</option>     <option value="0">1 Darwin Grove, Hartlepool, TS254PD</option>     <option value="1">2 Darwin Grove, Hartlepool, TS254PD</option>     <option value="2">3 Darwin Grove, Hartlepool, TS254PD</option>     <option value="3">4 Darwin Grove, Hartlepool, TS254PD</option>     <option value="4">5 Darwin Grove, Hartlepool, TS254PD</option>     <option value="5">6 Darwin Grove, Hartlepool, TS254PD</option>     <option value="6">7 Darwin Grove, Hartlepool, TS254PD</option>     <option value="7">8 Darwin Grove, Hartlepool, TS254PD</option>     <option value="8">9 Darwin Grove, Hartlepool, TS254PD</option>     <option value="9">10 Darwin Grove, Hartlepool, TS254PD</option>     <option value="10">11 Darwin Grove, Hartlepool, TS254PD</option>     <option value="11">12 Darwin Grove, Hartlepool, TS254PD</option>  </select></td>     </tr>     <tr id="findLocationControl_tristateLocationControl_locationAmbiguous_gazetter">     <td align="left"><label for="findLocationControl_tristateLocationControl_locationAmbiguous_StationTypesDropDown" id="findLocationControl_tristateLocationControl_locationAmbiguous_labelChooseLocation" class="txtseven">or choose a new type of location</label>              <select name="findLocationControl$tristateLocationControl$locationAmbiguous$StationTypesDropDown" id="findLocationControl_tristateLocationControl_locationAmbiguous_StationTypesDropDown">         <option value="Stations">Station/airport</option>         <option value="City">Town/district/village</option>         <option value="AllStops">All stops (e.g. Bus, Tube, Tram)</option>         <option selected="selected" value="Address">Address/postcode</option>         <option value="Attraction">Facility/attraction</option>      </select></td> </tr>  </table> <table id="findLocationControl_tristateLocationControl_locationAmbiguous_newlocationtable" class="newlocation" cellspacing="0" width="100%">     <tr>         <td align="right"></td>     </tr> </table>
and the send form i think is;
HTML:
<input type="submit" name="pageOptionsControltop$commandSubmit" value="Next" id="pageOptionsControltop_commandSubmit" class="TDButtonDefault" onmouseover="this.className='TDButtonDefaultMouseOver'" onmouseout="this.className='TDButtonDefault'" />
 

My Computer

Computer Manufacturer/Model Number
Custom
OS
Windows 7 Ultimate Version 6.1 Build 7600 Retail x86
CPU
QuadCore AMD Phenom II X4 965 Black Edition
Motherboard
Gigabyte GA-880GMA-UD2H
Memory
4GB of G.Skill F3-10666CL8-2GBRM x2 (Unganged) 1.5V
Graphics Card(s)
NVIDIA GeForce 9600 GSO 512 + Matrox TH2Go Digital Edition
Sound Card
Outboard Hercules RMX Dj Console (HID Device?)
Monitor(s) Displays
3 x 19" Monitors (HP L1950, HP LA1951g, Carillon)
Screen Resolution
3840x1024 (Matrox Triple Head 2 Go)
Hard Drives
Corsair Nova Series V64 Sata2 (System, Boot, Page File, Active, Crash Dump, Primary Partition)
2 x 1TB Seagate Sata 2 (Raid 0 - Windows Raid not bios)
PSU
G7 Power Extreme 580W
Case
iCute
Cooling
Corsair H50 Water Cooling, 1 iCute Intake Fan @ Front
Keyboard
Apple
Mouse
Packard Bell 6301URF (M)
Internet Speed
30 Mbps
Other Info
I have a surge protector on the wall socket
Clicking is the way we normally initiate a process. Other ways are automatically at start-up or using Task Scheduler. How do you want to submit it? Also, what's the difference between a "form" and a "send form"?
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
OQO 2+
OS
Windows 8 Pro w/MC 32-bit
CPU
Intel Atom 1.86 GHz
Motherboard
OQO 2+
Memory
2 GB
Graphics Card(s)
Intel GMA 500
Sound Card
IDT
Monitor(s) Displays
LCD
Screen Resolution
800 x 480 (portable) 1280 x 1024 (docked)
Hard Drives
64 GB SSD
PSU
9 Ah Battery (portable) or OQO Brick (docked)
Case
Shirt Pocket Sized
Cooling
Tiny Fan
Keyboard
Slide out (portable) DiNovo Edge (docked)
Mouse
Eraser head (portable) Logitech Bluetooth (docked)
Internet Speed
WWAN or 802.11G (portable) T1 (docked)
Browser
IE 10
Other Info
DVD-RW OQO Docking Station
Back
Top