IT Community - Software Programming, Web Development and Technical Support

How do I set and access the value of a hidden form field?

This is a discussion on How do I set and access the value of a hidden form field? within the HTML, CSS and Javascript Coding Techniques forums, part of the Web Development category; Hi all... How do I set and access the value of a hidden form field? Thanks & Regards P.vinothkumar...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > HTML, CSS and Javascript Coding Techniques

Register FAQ Members List Calendar Mark Forums Read
  #1  
Old 10-16-2007, 03:11 AM
Pvinothkumar Pvinothkumar is offline
D-Web Analyst
 
Join Date: Sep 2007
Posts: 235
Pvinothkumar is on a distinguished road
Default How do I set and access the value of a hidden form field?

Hi all...


How do I set and access the value of a hidden form field?

Thanks & Regards
P.vinothkumar
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 10-16-2007, 03:14 AM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 542
itbarota is on a distinguished road
Default Re: How do I set and access the value of a hidden form field?

Hi all....

<form name="anotherName">
<input type=hidden name="hiddenName" value="initial">
</form>

<script language="JavaScript">
document.write(document.anotherName.hiddenName.val ue+'<br>');
document.anotherName.hiddenName.value = 'hello world';
document.write(document.anotherName.hiddenName.val ue+'<br>');
</script>

Thanks....
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
store the current date in a hidden form field. itbarota HTML, CSS and Javascript Coding Techniques 1 02-10-2008 08:36 PM
Date and time displayed in a hidden form field. itbarota HTML, CSS and Javascript Coding Techniques 2 02-01-2008 08:47 PM
Date/Time stamp a form field as the form is submitted itbarota HTML, CSS and Javascript Coding Techniques 2 01-17-2008 07:47 PM
How can I clear the form field values after the user has submitted the form for clien itbarota HTML, CSS and Javascript Coding Techniques 1 11-01-2007 10:39 PM
How can I pass a hidden value to a form and submit that form when a text link is clic itbarota HTML, CSS and Javascript Coding Techniques 1 10-17-2007 07:07 AM


All times are GMT -7. The time now is 12:24 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.
Our Partners
Stamford Dentist | Euro Millions Lottery | Tech Support Services

SEO by vBSEO 3.0.0