I see some code examples like this:
<DIV onmouseover="th is.style.backgr ound='blue'">
and other code examples like this:
<DIV onmouseover="ja vascript:this.s tyle.background ='blue'">
Which way is more proper? Or are both ways perfectly fine? Are there any
specifications that discuss when "javascript :" should be put in front of code?
<DIV onmouseover="th is.style.backgr ound='blue'">
and other code examples like this:
<DIV onmouseover="ja vascript:this.s tyle.background ='blue'">
Which way is more proper? Or are both ways perfectly fine? Are there any
specifications that discuss when "javascript :" should be put in front of code?
Comment