should I add "javascript:" in front of html tag function?
- by sunglim
for example
<body onload="javascript:something();">
in this code, should I put javascript: ?
some of the codes attatch javascript:,
but some don't.
what is the safe and correct?