/t5/coldfusion-discussions/can-you-use-an-image-button-to-load-a-cfwindow/m-p/363962#M32644Mar 11, 2008
Mar 11, 2008
Copy link to clipboard
Copied
LATEST
All I had to do was to use a regular link instead of using
the input tag. This is because the OnClick event can be used in a
input that has a type of button and on regular "<a href..."
links. However, you cannot use the onClick when you have an input
type of image.