Auto send "get" request
Posted: Fri May 05, 2006 4:34 am
Hi,
Just wondering if anyone can give me some advise, I currently have the following process in place.
1. A get request is sent to my server
2. I use the data to query a database
3. The results of the query are used to populate some fields in a form
4. A piece of Java script is used to auto submit the form.
At present I only use steps 4 and 5 as once the request comes into my server I need to process this and in return send a 'get' request back.
What I would ideally like to do is generate the return 'get' request without having to use a form and the Java script as I think the script is causing problems sometimes.
I would be geateful if anyone could offer some advise.
Cheers,
Just wondering if anyone can give me some advise, I currently have the following process in place.
1. A get request is sent to my server
2. I use the data to query a database
3. The results of the query are used to populate some fields in a form
4. A piece of Java script is used to auto submit the form.
At present I only use steps 4 and 5 as once the request comes into my server I need to process this and in return send a 'get' request back.
What I would ideally like to do is generate the return 'get' request without having to use a form and the Java script as I think the script is causing problems sometimes.
I would be geateful if anyone could offer some advise.
Cheers,