I currenly have this piece of code in my program:
<a onclick"deleteFunction();"> delete </a>
the deleteFunction links to a page using javascript if the user confirms. The problem is the text does not look like a link, is there any way of making a link that does nothing but looks like a link so that users does not mistake the link for text.
Grateful for any help thanks.
<a onclick"deleteFunction();"> delete </a>
the deleteFunction links to a page using javascript if the user confirms. The problem is the text does not look like a link, is there any way of making a link that does nothing but looks like a link so that users does not mistake the link for text.
Grateful for any help thanks.