954,598 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Dynamic Generation of fields

Hi everyone,
I am Nandoo,I am new to this webDeveloping so plz take me ease.
I am having a problem in generation of fields dynamically.let me give the detail

My page should have a single button(with name add),whenever a click that button it should give a select list along with two text box and the text box values should be changing whenever i select the listed elements.

It would be ease for u all but please let me know how to solve i am trying for the past 3 days.
Thanks in advance.
Nandoo

nandoo
Newbie Poster
14 posts since Apr 2005
Reputation Points: 10
Solved Threads: 0
 

The typical way to do this is to create all the controls you need in the original document. You set the CSS Visibility property to "hidden" for the controls you don't want to show.

Then, code for some event (like a button click). The event handler would set the visibility property to "visible" for the controls you want to now show.

The other approach is to set the .innerText or .innerHTML property of a container element, such as a DIV.

If you search for ".innerHTML", you should find all the samples you need.

tgreer
Made Her Cry
Team Colleague
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You