How to pass a javascript object back to the server?

How can I get cbseresults.nic.in to open up successive results in the web browser for a roll number and onwards with its usage of post function to pass the request to server limitation?

  • With icse results, i could extract entire class' result with a simple javascript that opened up successive roll number pages. But cbse results uses the post method so i can't run javascript to modify urls and open them in popups accordingly. For eg roll number, you could use 9199250

  • Answer:

    you could do for post objects too, a little tricky , as you need to modify the request object in this case that is being sent to the server. do one thing use the same webpage, send the request to your own server, decode the request. or you can use Fiddler , it will help you decoding the exact request . then create your own loop for successive requests. just comment on this answer to know more.

Tushar Tuteja at Quora Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.