Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Can you use an image button to load a CFWINDOW?

New Here ,
Mar 06, 2008 Mar 06, 2008
Is it possible to use an image to open a cfwindow instead of a regular button input type?
TOPICS
Advanced techniques
212
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 06, 2008 Mar 06, 2008
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 11, 2008 Mar 11, 2008
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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources