
Erick Vavretchek - 2007-06-19 06:01:24
Hi All,
Does this function call only work if in a link?
E.G.
This will work!!!
=================
<a href="javascript:test('it is an example', 'target=showText,preload=loadSpan');">test it</a>
This will NOT:
<input type="button" value="test it" onclick="javascript:test('it is an example', 'target=showText,preload=loadSpan');">
Thanks,
Erick