What is inline scripting?

Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.

What is inline scripting?

Rating:

Inline scripting is a method of scripting in which the script is embedded within the HTML tags of a Web page. It provides control to a Web page when events, such as button click, text entry, form submission etc., occur. Inline scripting is also used to provide information to a Web page from the Web server.

The following is an example of an inline script, for the onfocus and onblur events, embedded in an HTML tag :

<INPUT name="NAME" onblur="this.style.backgroundColor='#ffffff'" onfocus="this.style.backgroundColor='#ffff00'">


Rating:



Other articles

Click here to Article home

 
uCertify.com | Our Company | Articles | Privacy | Security | Contact Us
MCSE: MCSA, MCTS, MCITP    JAVA Certification: SCJP, SCWCD Cisco Certification: CCNA, CCENT, A+, Network+, Security+
Oracle Certification: OCP 9i, OCP 10g, OCA 9i, OCA 10g CIW foundation    EC-212-32    CISSP    Photoshop ACE    Adobe Flash ACE
© 2008 uCertify.com. All rights reserved. All trademarks are the property of their respective owners.