ok... well i want to do something simmiler to this:
<a href="123.htm" target="thinger">
but fire it through javascript... how would i do this (code appriciated)
cheers
Kris
Printable View
ok... well i want to do something simmiler to this:
<a href="123.htm" target="thinger">
but fire it through javascript... how would i do this (code appriciated)
cheers
Kris
[code]
<a href="#" onclick="document.getElementByName('thinger').src = '123.htm';"