I wish to put some instructions with a link - onclick calling a script that display a simple alert box. If I did like this...
Má
You can use:
Even I was stuck on a similar problem. I wanted to use onclick function but the page would reload, which I didn't want. I tried href = "javascript:void(0);" and it worked.