I have a logout button which this code:
I need to change it to an html link without a button image to fit this sequence:Code:<input name=Button type=button class=button tabIndex=5 onClick="location.href='?logout';" value="Logout" on>
Code:<a href="http://mysite.com/logout" title="Logout">Logout</a>
So basically I need the link to be changed from a button to a hyperlink so I can put it as a header![]()



Reply With Quote


Bookmarks