Need javascript to set input field value field

This is a discussion on "Need javascript to set input field value field" within the JavaScript Forum section. This forum, and the thread "Need javascript to set input field value field are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 8th, 2007, 03:11
New Member
Join Date: May 2007
Location: CA
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Angry Need javascript to set input field value field

I know absolutely nothing about javascript. But I need a script that will take two parameters (field_ID, myValue) and place the 'value' supplied into the field_ID supplied.

I have tried... document.formname.getelementbyid(field_ID).value = myValue

but it does not work.

TIA for your assistance.
Reply With Quote

  #2 (permalink)  
Old May 9th, 2007, 04:35
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need javascript to set input field value field

getelementbyid(field_ID) should be getElementById("field_ID");

Try that and see if it works.
Reply With Quote
  #3 (permalink)  
Old May 9th, 2007, 04:38
New Member
Join Date: May 2007
Location: CA
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need javascript to set input field value field

Thanks guys. You are the greatest. That worked fine.
Reply With Quote
  #4 (permalink)  
Old May 9th, 2007, 04:47
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need javascript to set input field value field

No problem
Reply With Quote
Reply

Tags
input, javascript, value

Thread Tools

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Validating Input Text field Mallik Flash & Multimedia Forum 1 Jun 11th, 2007 14:44
validate text field to db field jtesolin Classic ASP 1 Jul 18th, 2006 17:48
Odd input field not displaying problem hankhill Classic ASP 1 Jun 26th, 2006 23:11
Javascript Hidden field problem... Rudie JavaScript Forum 14 Jun 20th, 2006 22:06
adding a field input to the subject in a form goatsalad PHP Forum 1 Feb 3rd, 2006 14:49


All times are GMT. The time now is 22:45.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43