What is the difference between the following?
onClick="javascript: function('value');"onClick="function('value');"
When do I use the javascript: before the function call, and why?
Can I call the function without using javascript: prefix?
Please help me understand the difference.