Oct 16, 2001 #1 cf2001 Programmer Apr 3, 2001 10 US I have this button now: <INPUT TYPE="button" VALUE="View List" onclick="window.location='view.cfm'"> and want to change it to an image button. How do you that?
I have this button now: <INPUT TYPE="button" VALUE="View List" onclick="window.location='view.cfm'"> and want to change it to an image button. How do you that?
Oct 16, 2001 #2 tleish Programmer Jan 17, 2001 619 US Do you mean this? [COLOR=000080][COLOR=FA5000]<INPUT TYPE="Image" SRC="myImage.gif" WIDTH="100" HEIGHT="30" VALUE="View List" onclick="window.location='view.cfm'">[/color][/color] - tleish Upvote 0 Downvote
Do you mean this? [COLOR=000080][COLOR=FA5000]<INPUT TYPE="Image" SRC="myImage.gif" WIDTH="100" HEIGHT="30" VALUE="View List" onclick="window.location='view.cfm'">[/color][/color] - tleish