From: Jacob L. <jy...@mo...> - 2003-10-27 18:21:03
|
I'm trying to learn how to write a SODA server side for Tcl, and in the process got JSRS up and running (http://www.ashleyit.com/rs/jsrs/test.htm) with tclhttpd as a smaller milestone. You can see my meager effort here: http://mod3.net:8888/jsrs22/test.htm I noticed that even though I use location.replace() (where possible) it still fills my browser history, the back button gets a very long history very quickly.. :) I noticed this on IE6 and NN7 on WinXP, others saw similar behavior with browsers on MacOSX and Linux. Question: does the dynapi SODA have this problem, and if not, how did you avoid it? Other than that, I'm happy to report that I am making slow progress creating a Tcl equivalent of the server side for SODA, using the PHP code as a template. --JYL |