2010/6/15 Aaron Ward edugamer@gmail.com:
<script type="text/javascript" src="http://en.wiktionary.org/w/api.php?format=json&callback=myFunc&action=opensearch&search=play"> function myFunc(str){ document.write(str); document.write("Hrm"); } </script>
I'm not sure you can mix src="" with content like that. Try using 1) separate tags for the src="" script and the myFunc() definition and 2) putting the myFunc() definition *before* the src=""
Roan Kattouw (Catrope)