Javascript Tutorials - Improve your understanding of Javascript
Welcome to the Javascript Tutorial pages on Softwaresourcer.com - here you can find tutorials, help and information on Javascript from all over the internet. If you have any questions about Javascript or would like HTML Development done for your company please complete ourfree IT quotes form. If you are a company who takes on Javascript projects and would like to receive leads from people looking for HTML work please complete our IT suppliers partner form.
Using JavaScript to statically display content
This popular JavaScript tutorial has just been updated for NS6, plus inclusion of a new section on using CSS to accomplish static positioning...
Web Services, Part VIII: Reading DTDs with JavaScript
In addition to formally declaring the structure of XML data, DTDs can also be used to define replacement values for entity references. In part 8 of our Web Services in JavaScript series, we learn that you can access those references through the DOMDocumen...
Double-enter form field script
Make sure an important field within your form is filled out correctly, by requiring that the user fill it out twice....
Update: JavaScript Browser Sniffer
Updated for the latest browsers this JavaScript-powered tool sniffs out browser capabilities for care-free cross-browser JavaScripting...
Enforce max # of characters in form element
Looking for an iron-clad way of restricting the amount of input in certain form elements of your page (ie: the credit card or area code field)? Look to this script...
XML Object Nodes and Types
What's to know about nodes? Our XML-in-JavaScript discussion continues with a look at the types of nodes supported by the DOMDocument object, and how to create them dynamically...
XML Loading and Parsing
The DOMDocument object allows for the loading, parsing, and manipulation of XML data from within JavaScript. We continue our JavaScript Web services tutorial by showing you how to load an external XML file and check for errors...
2-level combo box
Multi-leveled menus are all the craze these days. Well, we decided to get a little crazy with the standard combo box...