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

javascript - coldfusion

Guest
Jul 09, 2007 Jul 09, 2007

Copy link to clipboard

Copied

I have several checkbox return from query. If i check other then i would like to display textbox. How can I do that

function displayType1(){
if (document.form1.name1.value == "other")
divType.style.display=''
else
divType.style.display='none'
}
TOPICS
Advanced techniques

Views

231

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
Guest
Jul 11, 2007 Jul 11, 2007

Copy link to clipboard

Copied

LATEST
Can you provide more info? I'm not able to tell what you want to do.

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