Hi,
I need to combine ex:content and Javascript.

Something like
<a ex:href-content=".URL" onclick="myfunction(ex:content='.URL'); return 
false;">my text</a>

But I obtain something wrong:
<a onclick="myfunction(ex:content='.URL')" href="http://myurl.com";>my text
</a>

And not:

<a href="http://myurl.com"; onclick="myfunction('http://myurl.com'); return 
false;">my text</a>


What's wrong in my code?


Thank you very much

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.

Reply via email to