Posted by Ken Sims on 12/06/05 23:46
Hi Shank -
On Tue, 06 Dec 2005 17:22:48 GMT, "Shank" <shank@tampabay.rr.com>
wrote:
>I would not have access to the code or page design in any way. I'm trying to
>design a macro that would submit a form on someone else's site. Tabbing is
>not always reliable. I thought that I could simulate a submit via the URL
>like: test.asp?formname=login&submit=1
That will work if test.asp has GET processing (where the parameters
are passed in the URL). If test.asp only has POST processing (where
the parameters are passed in the HTTP headers), then it can't be done
with just a URL.
--
Ken
http://www.ke9nr.net/
Navigation:
[Reply to this message]
|