Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > ColdFusion > POST data using...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 1633 of 1699
Post > Topic >>

POST data using getURL?

by harkirat10@[EMAIL PROTECTED] Dec 1, 2006 at 01:49 PM

Hi All !
             I am trying to use the getURL() function to POST data to a
coldfusion webpage.
Can anyone guide me on how to do this.  Thanks !

For e,g, in this code I want to send the value of a to the page
posttest.cfm.

=====================================
<cfform format="flash">

<cfformitem type="script">
 function postdata()
 {
    var a:Number;
    a=11;
    getURL ("http://127.0.0.1/flash/posttest.cfm",
"_blank", "POST");
 }
</cfformitem>

<cfinput type="button" name="btn" value="Post Data"
onclick="postdata();">

</cfform>
=========================================

Harkirat
 




 1 Posts in Topic:
POST data using getURL?
harkirat10@[EMAIL PROTECT  2006-12-01 13:49:44 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Oct 13 4:49:47 CDT 2008.