HTML help needed

Hi. Take a look at this link: B. Tech. IVth Sem. Main Exam Result - 2013 - RTU Portal by Arun Batar

It accepts roll number th the text field and displays the result after clicking of "Submit" button. I need to programatically access the result. What data do I need to send to the server specified in the form tag?
 

prehistoricgamer

Q.C Passed. Tested. OK
Use the value tag to assign the roll number and submit it. Use js for scripting. Careful though. Too many requests might slow down the server.
 
Top Bottom