J
jeanph01
What is the difference between theses two lines :
<tag onclick="some_function()">
and
<tag onclick="javascript:some_function()">
??
In Visual Studio IDE, i get an error if I use the first kind of
instruction but not the second. For me it seem they're the same.
Could you guide me ?
Thank you.
<tag onclick="some_function()">
and
<tag onclick="javascript:some_function()">
??
In Visual Studio IDE, i get an error if I use the first kind of
instruction but not the second. For me it seem they're the same.
Could you guide me ?
Thank you.