Skip to main content
Inspiring
December 1, 2008
Question

Hide/Show Textbox

  • December 1, 2008
  • 3 replies
  • 875 views
I have 5 rows with 3 textbox each. I want to show the 1st row only until clicking the button. How can I do that?
This topic has been closed for replies.

3 replies

Inspiring
December 2, 2008
I did something similar today. I used <cfsavecontent>, toScript() in Cold Fusion, and innerHTML in js.
Inspiring
December 2, 2008
Hi,

earlier answer to a similar request:
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=3&threadid=1403353&enterthread=y

also includes sample on how to work with the dynamic fields on server-side.


cheers,
fober
December 1, 2008
Time to visit the wonderful world of Google. You've obviously made no attempt to figure this out on your own. javascript, dhtml, visible
Inspiring
December 2, 2008
Hi,

You can do it like this,

dchardAuthor
Inspiring
December 2, 2008
Hi

It works fine but every textbox will have the same name right? How can I generate textbox with different name so I can call them individually on the next page? Thanks