onForward (Event handler)

When the forward button is clicked.

Availability:

JavaScript - 1.3
Netscape - 4.0
Property/method value type:Boolean primitive
JavaScript syntax:NmyObject.onforward = aHandler
HTML syntax:<HTMLTag onForward="...">
Argument list:aHandlerA reference to a function object to handle the event

This event is called when the user interacts with the browser. Some events like this are helpful for blocking the operation of certain browser UI elements.

See also:Event, Event handler, Event model, Event names, Event object, Event.returnValue, Handler, onBack, Semantic event, Window events