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


  1. Posts : 26
    Windows 7 Ultimate Version 6.1 Build 7600 Retail x86
       #1

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


    Hello,

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

    The form is something like;
    HTML Code:
    <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>&nbsp;             <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 Code:
    <input type="submit" name="pageOptionsControltop$commandSubmit" value="Next" id="pageOptionsControltop_commandSubmit" class="TDButtonDefault" onmouseover="this.className='TDButtonDefaultMouseOver'" onmouseout="this.className='TDButtonDefault'" />
      My Computer


  2. Posts : 2,066
    Windows 8 Pro w/MC 32-bit
       #2

    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


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:40.
Find Us