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

getElementById or equivalent inside of a CFWINDOW?

New Here ,
Jul 18, 2008 Jul 18, 2008

Copy link to clipboard

Copied

I am looking for a way to access an element with JavaScript inside of a CFWINDOW.

The JavaScript function ColdFusion.getElementValue() proved to be very useful in certain situations, but I need to be able to access HTML containers such as div’s or span’s. Specifically, I need to be able to set the .innerHTML property.

Is there a way to do this inside of a CFWINDOW?

Thank you
TOPICS
Advanced techniques

Views

383

Translate

Translate

Report

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
LEGEND ,
Jul 18, 2008 Jul 18, 2008

Copy link to clipboard

Copied

LATEST
cfwindow is just another div container on your page... there is nothing
special about it, or accessing the other elements inside this container.

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/

Votes

Translate

Translate

Report

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
Documentation