Posted by rf on 10/07/05 11:18
Dylan Parry wrote: > Using a pointed stick and pebbles, Spartanicus scraped: > >> document.write('<span onclick="myfunction(parameter)"><span>'); > > document.write('<span onclick="myfunction(' + parameter + ')"></span>'); or perhaps: document.write('<span onclick="myfunction(\"parameter\")"><span>'); -- Cheers Richard.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming