On Fri, Feb 06, 2009 at 08:43:50PM +0800, Hongyi Zhao wrote: > >Assuming you mean "A GET request" rather then a URL - you can't. > > > >Post data isn't encoded in the URL. >
> 1- Go to the above url, and then fill the logon form by my username > and pssword, finally, click on the connect button. > > 2- Alternatively, I can only use the following url to logon: > > http://proquest.umi.com/pqdweb?RQT=301&UserId=myusername&Passwd=mypssword&JSEnabled=1 Yes, as I said: Some systems accept either data through both get (in the query string) and post (in the request body), but that depends on the server side system accepting it. -- David Dorward http://dorward.me.uk _______________________________________________ HTML-FormFu mailing list [email protected] http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
