Appendix B JavaScript Object Specification Syntax

anchor Object

Creating

<A NAME="anchorName">   textOrImageAnchor</A>

applet Object

Creating

<APPLET   CODE="AppletURL"   HEIGHT="PixelCount"   NAME="AppletName"   WIDTH="PixelCount"   [ALIGN="AlignmentLocation"]   [ALT="AlternateTextDisplay"]   [CODEBASE="ClassFileDirectory"]   [HSPACE="MarginPixelCount"]   [VSPACE="MarginPixelCount"]>     <PARAM NAME="AppletParameterName” VALUE=”ParameterValue”>     ...     <PARAM NAME="AppletParameterName" VALUE=”ParameterValue”></APPLET>

Properties

name               (string)(Java variables)

Event Handlers

onMouseOut=onMouseOver=

Methods

(Java methods)

area Object

Creating

<MAP NAME="areaMapName">  <AREA   COORDS="x1,y1,x2,y2...." | "x-center,y-center,radius"   HREF="URLorLocation"   [NOHREF] [SHAPE="rect"  ...

Get Advanced Javascript, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.