Howdy!
I was wondering which is better to use:
href="javascript:func()"
OR
href="#" onclick="javascript:func()"
Problem is the second one, anchors to the top of the page which is very
messy in most cases.
Thanks
Ciaran ;c)
I was wondering which is better to use:
href="javascript:func()"
OR
href="#" onclick="javascript:func()"
Problem is the second one, anchors to the top of the page which is very
messy in most cases.
Thanks
Ciaran ;c)