How can I access the text of an url via javascript, ie. get 'foo' (and
send it as parameter in goto(), in example:
<a href="javascrip t:goto([foo])">foo</a>
Or refer to it globally?
document.links. href.text.value ?
this.href.text ?
--
Rgrds,
L.
send it as parameter in goto(), in example:
<a href="javascrip t:goto([foo])">foo</a>
Or refer to it globally?
document.links. href.text.value ?
this.href.text ?
--
Rgrds,
L.
Comment