Out of curiosity, when I use onclick="...som e JavaScript ..." why do I not
need to flag that its JavaScript, but when I define a script on a page I do
need to tag it (<script type="text/javascript">... )?
Is it part of the standard that event handlers (onclick etc) are always
JavaScript?
Just curious. TIA.
--
Brian Cryer
need to flag that its JavaScript, but when I define a script on a page I do
need to tag it (<script type="text/javascript">... )?
Is it part of the standard that event handlers (onclick etc) are always
JavaScript?
Just curious. TIA.
--
Brian Cryer
Comment