Posted by "Chris Boget" on 07/23/05 14:22
> function sndReq(action) { > http.open('get', 'rpc.php?action='+action); > http.onreadystatechange = handleResponse; > http.send(null); > } So with AJAX, the data gets sent back to the browser using GET? Is there any way you can do it using POST? thnx, Chris
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming