VBScript GetRef Function
The GetRef function allows you to link a VBScript subroutine to a DHTML event on the page.
Syntax
| Parameter | Description |
|---|---|
| object | Required. The name of the HTML object associated with the event. |
| event | Required. The name of the event to bind the function to. |
| procname | Required. The name of the Sub or Function procedure associated with the HTML event. |