Hi,
I think I understand what you want to do.
You have to find the javascript code that runs the loadSCStatus()
function. I have no idea what it does, but you want to pay attention
for primarily one thing:
anything that alters one of the POST variables. Your prime candidate is
likely the hidden input field "simple" that gets changed or set to
something.
Your goal is to figure out what happens to the data between the time
it's entered and the POST packet is sent out. You need to in your code
alter the variables accordingly so your POST matches.
I hope that makes sense.
Jeff
Alexandre Corrêa Cruz wrote:
I'm new using httpclient.
below you can see what I need to do.
<div id="textField" class="bodyText">
<INPUT id="serviceCall" size="15" name="serviceCall" />
<INPUT id="simple" type="hidden" value="no" name="simple" />
<INPUT type="hidden" value="ClickIT" name="app" />
<INPUT onClick="loadSCStatus();" type="image" src="images/go_button.jpg"
align="absmiddle" />
</div>
I need to insert a number on servicecall field, and run loadSCStatus()
javascript. I know httpclient can't handle javascritpt, but someone told me
that we can do this by simulating, on the server side. Can somebody help me
saying what I need to do to put this to work.
Thanks in advance.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]