curl-users
Need to send some data to a https server ..
Date: Sun, 6 Jul 2003 03:13:44 -0700 (PDT)
I have 5 inputs neet to post that to https://www.voxtext.md/home.nsf/smssend?OpenForm&Seq=1 from https://www.voxtext.md/home.nsf/smssend?OpenForm
<form METHOD=post
ACTION="/home.nsf/smssend?OpenForm&Seq=1"
NAME="_smssend">
<input TYPE=hidden NAME="__Click" VALUE="b3eca1d8bb6a4371c2256b480049e625/$Body/0.D8E">
<input NAME="From" VALUE="VoxText" maxlength=10>
<input NAME="msisdn" VALUE="" maxlength=6>
<input NAME="rest" VALUE="131"
<textarea NAME="mesg" VALUE="test" </textarea>
__Click=b3eca1d8bb6a4371c2256b480049e625/$Body/0.D8E
<input TYPE=button VALUE="Ok" onClick="return
_doClick('b3eca1d8bb6a4371c2256b480049e625/$Body/0.D8E',
this, null)">
document._domino_target = "_self";
function _doClick(v, o, t, h) {
var form = document._smssend;
if (form.onsubmit) {
var retVal = form.onsubmit();
if (typeof retVal == "boolean" && retVal ==
false)
return false;
}
var target = document._domino_target;
if (o.href != null) {
if (o.target != null)
target = o.target;
} else {
if (t != null)
target = t;
}
form.target = target;
form.__Click.value = v;
if (h != null)
form.action += h;
form.submit();
return false;
}
Can anyone help me pls ?
Thank in advance !
---------------------------------
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
Received on 2003-07-06