Working through the html helper docs,
I decided to try the callback parameter
to the anchor tag:


{{=A("CLICK ME!!", callback=URL('http://mysite.com/foo.html'), target='hater')}}
{{=DIV(_id = 'hater')}}

foo.html delivers a bit of content.  This did not work.
Viewing the source, I see that the tag was rendered like this:

<a href="#null" onclick="ajax(&#x27;/css/edit/http://register.rcsreg.com/foo.html&#x27;,[],&#x27;hater&#x27;);return false;">CLICK ME!!</a>

That doesn't so good.  Am I doing something wrong?

Thanks,

Tobiah

--



Reply via email to