in reply to Re: Problems with sending data over Socket SSL
in thread Problems with sending data over Socket SSL
I have written a script with LWP that registers a domain name. But based on that registrar that I'm using, I couldn't figure out how to send my personal information for registration. I could send uername, password, domain name, but not my personal information for the final registration. It's probably due to the submit button written in javascript. The only way to do it is to post it instead of getting it...
However, I can't seem to make use of the post alone. It only works with getting the webpage, then posting the values. Otherwise, it won't work if used post alone... Is this how LWP works? Get the content then send the data? Below is the script that submits my personal information for registration.
As you can see, the onclick, submits it. I'm guessing that if I use post, I won't have to worry about submitting it. It will automatically submit it. Am I correct. Thanks.<input type="image" name="" src="images/btn_purchase.gif" alt="Buy now +" border="0" tabindex="16" onclick="return checkKey('success');">
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Problems with sending data over Socket SSL
by esskar (Deacon) on Feb 28, 2004 at 18:32 UTC | |
by Anonymous Monk on Feb 28, 2004 at 23:35 UTC | |
by Anonymous Monk on Feb 29, 2004 at 21:53 UTC | |
by tachyon (Chancellor) on Feb 29, 2004 at 22:24 UTC | |
by onLOoker (Initiate) on Feb 29, 2004 at 22:47 UTC | |
by tachyon (Chancellor) on Feb 29, 2004 at 23:14 UTC | |
|