Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- Learn how to validate a whole form
- By Emily A. Vander VeerUnlike field-level validation, form-level validation examines a group or all of the values on a form together, as a whole, for consistency. Form-level validation is typically performed just prior to submitting a completed HTML form to a CGI program. We do this to make sure the...
- Tags: Scripting languages, Emily A. Vander Veer, fixThis
- Technical articles 2003-10-01
- Commerce Server 2002 XMLTracer (exe)
- The XMLTracer component is a troubleshooting and debugging tool that outputs the contents of the OrderForm object to a log file during any stage of pipeline execution. The XMLTracer can be added to any pipeline. The XMLTracer can help you troubleshoot pipeline-related issues that may occur in a production deployment....
- Tags: Microsoft Commerce Server, Microsoft Corp., Microsoft Commerce Server 2002, Microsoft Windows, Productivity, Enterprise Software, Operating Systems, Software
- Software downloads 2007-08-24
- 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
- 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
- Learn some JavaScript definitions
- By Emily A. Vander VeerJavaScript is an object-oriented computer language, so it looks a little different than traditional procedural languages, such as C and Pascal. For starters, programmers describe data and procedures in terms of objects, methods, and properties--not variables, routines, and statements. JavaScript programming uses a number of specialized...
- Tags: Scripting languages, Emily A. Vander Veer, JavaScript
- Technical articles 2003-10-01
- << Previous
- page 1 of 1
- Next >>