I suppose you want an Ajax call to a controller. Why do you want to avoid hitting a controller?
On Wednesday, July 4, 2012 5:10:49 PM UTC-4, BlueShadow wrote: > > I like to execute one line of python code when a link is clicked. > Something like go to page index and change variable x to y. > Is there a way to do this other than sending arguments to the controller? >

