HTML Attribute: NAME

NAME
Specifies a location within the same or a different document or file by a name preceeded by a pound sign: '#'. It is common for upper case to be used. Specifies the applet instance name.
IE only
HTML 2
Example(s):
<a href="diff.html#FOO2">diff_doc</a>
<a href="#FOO1">same_doc</a>

<a name="FOO1"></a>
<applet name="calculator" ...>
Name of value passed for a BUTTON.
Tags:  A  APPLET BUTTON

© 2007 Prem Sobel. All Rights Reserved.