On 07/24/2012 06:48 PM, Massimo Di Pierro wrote:
{{=A("CLICK ME!!", callback=URL('http://mysite.com/foo.html'
<http://mysite.com/foo.html'>),
target='hater')}}
should be
{{=A("CLICK ME!!", callback='http://mysite.com/foo.html'
<http://mysite.com/foo.html'>,target='hater')}}
Ok, so now I have:
{{=A("CLICK ME!!", callback='http://mysite.com/foo.html', target='hater')}}
{{=DIV(_id = 'hater')}}
And, viewing the source, I'm getting this:
<a href="#null"
onclick="ajax('http://mysite.com/foo.html',[],'hater');return
false;">CLICK ME!!</a>
<div id="hater"></div>
Thanks,
Tobiah
--