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(&#x27;http://mysite.com/foo.html&#x27;,[],&#x27;hater&#x27;);return false;">CLICK ME!!</a>
<div id="hater"></div>


Thanks,

Tobiah

--



Reply via email to