parallon
05-03-2005, 11:29 PM
Hello all. I am new to javascript, and I am having to modify some previous code which used an image as a button and then the text (read from a database) was under the icon. I would like to use a regular button with the text of the button reading from the database instead. Can you tell me how to modify the following code to do this?
<a href="javascript:<%=href2%>" class="mnulabel"><img src="../images/del.gif" border="0" alt="<%=msg(18)%>"><br> <!-- <%=msg(18)%> --> </a>
I found something like this, but I am not sure how to integrate it.
<input type="button" name="Button" class="thisclass" value="Cancel"
Thanks,
Parallon
<a href="javascript:<%=href2%>" class="mnulabel"><img src="../images/del.gif" border="0" alt="<%=msg(18)%>"><br> <!-- <%=msg(18)%> --> </a>
I found something like this, but I am not sure how to integrate it.
<input type="button" name="Button" class="thisclass" value="Cancel"
Thanks,
Parallon