thought about using external link + a switch parameter ?
say you pass 2 params to your external page and in the activate method you check the first's value, and use it to decide what to do, passing the second as parameter...

you will have to use the link factory to generate the link anyway, but its quite straight forward that way...

however, you can not use the same technique when using components, which might be a prob.

cheers,
Ron


Jim Steinberger wrote:
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



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to