In a message dated 7/6/2007 8:30:02 A.M. Eastern Daylight Time, [EMAIL PROTECTED] writes:
You will have to parse the HTML to extract the session specific form values. I recommend a simple algorithm based on standard Java regular expressions. Then cut out the session specific values and prepare a POST request with all required name/value pairs, as described in the primer. That sounds like a good solution, but I am not sure I understand your statement: "Then cut out the session specific values and prepare a POST request with all the required name/value pairs..." I thought the "name" and the "value" had to be String constants compiled with the source code. Are you saying that the "value" can be a variable containing a String constant that it picks up at run time, so that the "cutting" and "preparing of the POST request" can be dynamic, using JAVA methods? Jerry ************************************** See what's free at http://www.aol.com.
