On 9/30/06, Gregg Pollack <[EMAIL PROTECTED]> wrote: > If someone can show me how to invoke a POST request using ONLY > javascript, I'm all ears. You can't use any HTML (since the request > is going to be coming from someone elses website), you can only use > javascript to construct and send a the request, you can't include any > external libraries, and the javascript is limited to around 256 > characters. > > There's a challenge for ya ;-)
I suppose XMLHttpRequest can be used for that, even though it wouldn't be easy to pack it to 256 bytes I can see another code golfing challenge ;-) (and tinyurl/rubyurl to the rescue...) _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
