Before getting into the actual JavaScripting parts, here are a few other bits of information that will help you along the way.

alert
Generates a pop-up ALERT box. This provides information and visitor clicks on OK to continue.

confirm
Generates a pop-up CONFIRM box. This gives the visitor an OK or CANCEL choice.

document
Refers to the current document or page [...]

As you may (or may not) know, JavaScript is not JAVA. This is a common error thinking JAVA is a shortened call for JavaScript. They are actually two very different types of coding. JavaScript is an addon script that enhances the performance or interaction of a website to its visitors. JAVA is like a small [...]

XSLT stands for eXtensible Stylesheet Language Transform. It basically will take the information provided by the XML document and transform it using a template into a formatted viewable document.
XSLT is a pumped up version of CSS. It is a text document saved with the .xsl extension.
To connect an XSL document to an XML document, this [...]

Tags: ,

XML
- XML stands for eXtensible Markup Language.
- XML is similar to HTML.
- XML tags are not pre-defined. You create and define them using DTD.
- XML documents are saved as text files with the .xml extension.
The main difference between HTML and XML is action. XML will discribe data, HTML will display data. XML will structure, store [...]

Tags: ,

PHP makes sending information to an email rather easy. It takes one main command :
mail (“recipient”,”subject”,”message”);
The first value is an email address. Where the information is going to be sent to.
The second value is a short sentense or note. It will appear in the SUBJECT field of the email.
The third value is the main [...]

Tags: , ,
5 visitors online now
5 guests, 0 members
Max visitors today: 7 at 04:07 am GMT-3
This month: 31 at 03-10-2010 01:25 pm GMT-3
This year: 32 at 01-23-2010 07:03 pm GMT-3
All time: 63 at 11-14-2009 05:10 pm GMT-3