Skip to content
Skip to search - Accesskey = s
parentNode.org
The building blocks of a solid frontend.
Pasted
by
Gaia
on
2010-03-02 16:17
as
Plain Text
Create New
http://pastebin.parentnode.org/
Links this one
http://pastebin.parentnode.org/103441
Comment
send_button.onRelease = function() { receive = new LoadVars(); sending = new LoadVars(); sending.guestcode = guestcode.text; sending.sendAndLoad("process.php", receive, "POST"); receive.onLoad = function(success) { if (success) { fyn_name.text = receive.fyn_name; fyn_email.text = receive.fyn_email; fyn_website.text = receive.fyn_website; trace(fyn_name); } }; };