propertyname is one of the properties listed below.
property of
描述
a hidden object is a form element and must be defined within a <form> tag.
a hidden object cannot be seen or modified by a user, but you can programatically change the value of the object by changing its value property. you can use hidden objects for client/server communication.
properties
methods
event handlers
例子
the following example uses a hidden object to store the value of the last object the user clicked. the form contains a "display hidden value" button that the user can click to display the value of the hidden object in an alert dialog box.to see the value of the last object clicked.
相关
history object
contains information on the urls that the client has visited within a window. this information is stored in a history list, and is accessible through the navigator's go menu.
语法
to use a history object:
1. history.propertyname 2. history.methodname(parameters)propertyname is one of the properties listed below.