Heya, I've done some ajax stuff with witango and all i used was client side javascript (XMLHttpRequest) to request data from the server and then process it accordingly.
I'm not sure if the way you are doing it (server side javascript?) makes it better or easier in any way, but the way I'm doing it works nicely! let me know if you want more info i can dig up the tutorial i used to get it all working On 5/24/05, Diodeus <[EMAIL PROTECTED]> wrote: > I have decided to try to implement AJAX in WiTango. (see > http://www.modernmethod.com/sajax/) > > AJAX is a methodology to call data remotely, using javascript, from within a > page without doing a > browser refresh. I have been using my own remote scripting technique so far > with great success but > wish to follow emerging standards. > > AJAX is used extensively by Google for GMail and maps.google.com. > > I am following the ASP example, whitten in server-side javascript, which I > sucked into Tango in a > SCRIPT element. > > The problem I'm running into is that I don't know what WiTango uses to send > output from within the > javascript block. ASP uses Resonse.write(), which is an ASPism. I don't know > the WiTango > equivalent. > > - James MacFarlane > > > > ->|- Diodeus, noun: the Greek God of diodes, as opposed to Typos, the Greek > God of typing mistakes. He keeps moving the keys on me. > > ________________________________________________________________________ > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
