User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 397,771 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,541 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 1197 | Replies: 2
Reply
Join Date: Jun 2005
Posts: 9
Reputation: symoore22 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
symoore22 symoore22 is offline Offline
Newbie Poster

help with javascript and forms

  #1  
Jun 22nd, 2005
hi

i am trying to turn this code:

strOutput += "<input type=hidden name=\"amount\" value=\""+ moneyFormat((fTotal + fShipping + fTax)) + "\">";

into a html form line:
<input type=hidden name="amount" value="??????????">

im not sure what i shud be putting in the value bit.

can anybody help

thanks

simon
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Jun 2005
Location: Kansas City, Missouri, USA
Posts: 344
Reputation: Troy is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 4
Troy's Avatar
Troy Troy is offline Offline
Posting Whiz

Re: help with javascript and forms

  #2  
Jun 22nd, 2005
This is the PHP forum. Please post this in the DHTML/Javascript forum. Or Forum Moderator, please move this post.
Troy Wolf is the author of SnippetEdit. "Website editing as easy as it gets." IX Web Hosting
Reply With Quote  
Join Date: Jun 2005
Location: Planet Earth
Posts: 26
Reputation: darklordsatan is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 1
darklordsatan's Avatar
darklordsatan darklordsatan is offline Offline
Light Poster

Re: help with javascript and forms

  #3  
Jun 24th, 2005
Taken from W3Schools

For buttons, reset buttons and submit buttons: Defines the text on the button.

For image buttons: Defines the symbolic result of the field passed to a script.

For checkboxes and radio buttons: Defines the result of the input element when clicked. The result is sent to the form's action URL.

For hidden, password, and text fields: Defines the default value of the element.

Note: Cannot be used with type="file"

Note: This attribute is required with type="checkbox" and type="radio"

Basically, the value field is only needed in 2 cases:
1. You wanna put a "default" value for a textfield
2. You are going to pass some default values to an script (ASP,PHP) defined in the form's action attribute

If you're just playing around with javascript, then likely you wont need it for now, I hope thats clear to you

cheers
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

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

 

DaniWeb PHP Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the PHP Forum

All times are GMT -4. The time now is 4:28 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC