Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
alean44 #1
POST data using getURL
One CFFORM with two or three or four... butons. I would like to post the form
fields to different cfm files (as we do with Javascript :
document.form.action='myfile.cfm'). Could somebody show me an example with the
getURL ActionScript command and the POST method ? Thanks for your help.
alean44 Guest
-
redirect but with post data - mimick form post behaviour
Any thoughts on how to mimic result of submitting form data via POST Method? I have some code that sanitizes some submitted formfields and i'd like... -
i want POST, not GET with getURL
ok...this technote is bogus: http://www.macromedia.com/support/flash/ts/documents/flash_get_post.htm not helpful at all. i'm using win98,... -
downloadable data with getURL
Does anyone know the actionscript in order to have a downloadable file on a web page. I am under the impression you use get URL and then blank. But... -
getURL POST issue
when you use get URL, use it like this getURL("http://my.sssss.com/mycgi.cgi?Name= dsafdsfsd","_blank"); don't write post or get. Just omit... -
How to post some data in form of POST action of forms in asp?
Hi there, I need to post some information into an ASP page (mypage.asp), in form of POST action which I do with the following code: 'contents...



Reply With Quote

