Skip to main content
New Participant
March 6, 2008
Question

Can you use an image button to load a CFWINDOW?

  • March 6, 2008
  • 2 replies
  • 232 views
Is it possible to use an image to open a cfwindow instead of a regular button input type?
This topic has been closed for replies.

2 replies

Gigi_Author
New Participant
March 11, 2008
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.