compiled by thepcsweb.com
78
Common Parameters
lThe menus allows you to set what is displayed in the browser’s status bar
–status parameter
lSpecify what gets displayed in the status bar, either:
–“text” : displays the text of the menu item
–“link” : displays the hyperlink for the menu item  (default)
–statusString parameter
lProvides a default string for displaying in the status bar
–Example
<param name=“status” value=“text”>
<param name=“statusString” value=“Hello there!”>