Conventions


I use one convention in this book that you should be aware of. When I add a new section of code, or want to emphasize something in code, I mark it like this for emphasis (this is from Chapter 4):

 <HTML>      <HEAD>          <TITLE>Our first script!</TITLE>      </HEAD>      <BODY>          <H1>Here we go!</H1>  <SCRIPT LANGUAGE="JavaScript">   <!--   document.write("Hello from JavaScript!")   // -->   </SCRIPT>  </BODY>  </HTML> 

That's it. We're ready to go. If you have comments, I encourage you to write to me, in care of New Riders. This book is designed to be the new standard in JavaScript, more complete and more accessible than ever before. Please do keep in touch with me with ways to improve it and to keep it at the forefront. If you think this book lacks anything, let me knowI'll add it, because I want to make sure this book stays on top. Thanks and happy programming!



Inside Javascript
Inside JavaScript
ISBN: 0735712859
EAN: 2147483647
Year: 2005
Pages: 492
Authors: Steve Holzner

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net