Current location: Hot Scripts Forums » General Web Coding » JavaScript » Add another two fields


Add another two fields

Reply
  #1 (permalink)  
Old 10-15-07, 09:26 AM
blinn_shade's Avatar
blinn_shade blinn_shade is offline
Aspiring Coder
 
Join Date: Aug 2007
Posts: 540
Thanks: 0
Thanked 0 Times in 0 Posts
Add another two fields

Hey,

I want the 'Add one more' link to add another textbox varible set (name, value) without reloading the page. Does anyone kno how to do this.

HTML Code:
<table width="80%" border="0" align="center" cellpadding="3" cellspacing="3">
  <tr>
    <td>Name:</td>
    <td><input name="name[1]" type="text" id="name" size="25" /></td>
  </tr>
  <tr>
    <td>Value:</td>
    <td><input name="value[1]" type="text" id="value" size="40" /></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><a href="#">Add one more</a></td>
  </tr>
</table>
So when the 'Add one more' link is clicked it will add another name input box with the name of name[2] & for it to ll another value input box with the name value[2]. The more you add the input name will increase like: [1], [2], [3], [4] etc..

Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 10-15-07, 11:35 PM
blinn_shade's Avatar
blinn_shade blinn_shade is offline
Aspiring Coder
 
Join Date: Aug 2007
Posts: 540
Thanks: 0
Thanked 0 Times in 0 Posts
Hey,

Ok I have created some coding and it works. I use DOM to get element ID's and then attach HTML using: document.createElement('div'); Then I created innerHTML()

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Add top 5 form fields and write them e-XPLoDeR JavaScript 4 09-03-06 10:27 AM
How to add new fields to front page of CNCat? skimpydj PHP 0 01-21-05 01:07 PM
formmail problem gscraper Perl 12 08-27-04 04:06 AM
Script to add form fields? ayntryte Script Requests 0 05-30-04 03:25 PM


All times are GMT -5. The time now is 07:01 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.