Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Learn how to process form data
- By Emily A. Vander VeerOnce you've verified that the user has entered valid data, it's time to do something with it. In JavaScript, that's fairly easy.We'll calculate the total adoption fee with the following function:function calcTotal document.orderForm.totalPrice.value = (document.orderForm.numberOrdered.value* 15.99);}Simple, eh? The calcTotal function simply takes the number supplied by the user...
- Tags: Scripting languages, Emily A. Vander Veer, calcTotal, orderPlaced, JavaScript
- Technical articles 2003-10-01
Additional Resources
- Subtract 2 Time fields Formula
- I have 3 fileds in my databaseMsSql.ArriveDepartTotalI would like to have the total field contain the Value of 'Depart-Arrive'11:40:44 AM - 1:49:44 PM = 2.9Could some show me how to create a formula to to this with in the table itself.Not sure if you can do this in mysql, but...
- Tags: Cast, DATEDIFF, DateTime, programming, rheal.dugas@..., SELECT CAST
- Q&A 2006-01-20
- Learn how to store data in a browser
- By Emily A. Vander VeerJavaScript does more than just provide access to HTML form data. It also lets you create your own objects, which lets you create data stores on the client. You even can create objects that contain other objects. Why would you want to do that? One good...
- Tags: Taxes, Free trade, Web browser, taxTable, new state, taxGuide, tax
- Technical articles 2003-10-01
- << Previous
- page 1 of 1
- Next >>