> Mick: You suggested to use boomerang i javascript. Can you please > describe how?
I've updated BoomerangServlet's javadoc: <javadoc> * Provides the user-statistics logging in Sesat. * Links are logged with <b>ceremonial</b> boomerangs that come back (ie with a redirect response). * Javascript functionality (or user behavour) is logged with <b>hunting</b> boomerangs that do not come back. * * A cermonial example is: * http://sesam.no/boomerang/category=results;subcategory=main/http://wever.org; * * * A hunting example is: * http://sesam.no/boomerang/?parameter-list * </javadoc> So calling (from javascript) something like http://sesam.no/boomerang/?mykey1=myvalue1&mykey2=myvalue2 will work for you. Its response will be empty so you need not do anything with it. ~mck -- "Little things affect little minds." Disraeli | www.semb.wever.org | www.sesat.no | www.sesam.no | _______________________________________________ Kernel-development mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-development
