SyntaxFix
Write A Post
Hire A Developer
Questions
This should work(with or without 'javascript:' part):
<img onclick="javascript:exportToForm('1.6','55','10','50','1')" src="China-Flag-256.png" /> <script> function exportToForm(a, b, c, d, e) { alert(a, b); } </script>