M
middletree
I suspect this has been asked before, and I know that it technically is
off-topic, as it would probably take client-side code to accomplish. But I'd
like to ask it here anyway. I'd like to add that I did a search of this
forum and other sites. I did come up with
http://www.aspfaq.com/show.asp?id=2281, but that doesn't quite do it for me.
I have a project to .... ( in the background), navigate to a web page,
pre-fill some xml text into a html text box, and push the submit button.
I have reached a dead end on component invoke's - MICRSOSOFT HTML OBJECT
LIBRARY.
I am able to get the document.
I am able to get element by collection
I am able to set the value in the text area.
I simply don't know how to process (push the button). below is the
html source. I've tried " form element" "input element". I get various
errors. I heard Argo has customers that have done this basic html handling.
Can someone give me some advice. On how this could work.
<FORM ACTION="some.dll" METHOD="POST" NAME="InfoFrmGet" TARGET="Response">
<PRE>
<TEXTAREA ROWS=15 COLS=80 NAME="HFPTREQUEST" ></TEXTAREA>
<INPUT TYPE="submit" VALUE="Submit Values"> <INPUT TYPE="reset"
VALUE="Reset " >
</PRE>
</FORM>
off-topic, as it would probably take client-side code to accomplish. But I'd
like to ask it here anyway. I'd like to add that I did a search of this
forum and other sites. I did come up with
http://www.aspfaq.com/show.asp?id=2281, but that doesn't quite do it for me.
I have a project to .... ( in the background), navigate to a web page,
pre-fill some xml text into a html text box, and push the submit button.
I have reached a dead end on component invoke's - MICRSOSOFT HTML OBJECT
LIBRARY.
I am able to get the document.
I am able to get element by collection
I am able to set the value in the text area.
I simply don't know how to process (push the button). below is the
html source. I've tried " form element" "input element". I get various
errors. I heard Argo has customers that have done this basic html handling.
Can someone give me some advice. On how this could work.
<FORM ACTION="some.dll" METHOD="POST" NAME="InfoFrmGet" TARGET="Response">
<PRE>
<TEXTAREA ROWS=15 COLS=80 NAME="HFPTREQUEST" ></TEXTAREA>
<INPUT TYPE="submit" VALUE="Submit Values"> <INPUT TYPE="reset"
VALUE="Reset " >
</PRE>
</FORM>