Possible Duplicate:
onclick=“javascript:func()” vs. onclick=“func()”
what is the deferent between following 2 lines
1. onClick="javascript:test();"
2. onClick="test();"
if any page has javascript and vb script, can we do this ?
onClick="javascript:test1(); vbscript:test2();"