I'm looking for a way to embed listener-calling URLs directly in the page, rather than in an <a>-tag ala the DirectLink component. Is that currently possible in a relatively straightforward way?
e.g.
<script ..>
function simulatedLink() {
window.location='<span jwcid="@Insert"
...some_magic_that_results_in_the_same_URL_that_a_DirectLink_would_gener
ate ... />';
}
</script>
Thanks,
Jim
