Features
Ask DevGuru
ASP Resources
Find the Bug
Knowledge Base
Links
Tips of the Week
Tutorials
Products
dgCalendar
dgCharge New!
dgChart New!
dgFileUpload
dgReport New!
dgSort
dgTree
Site
Authoring
Coming Soon
DevGuru Resume
Link to Us
Merchandise
Sponsorships
Testimonials
What's New
Technologies
ADO 2.6
ASP
CSS2
HTML
JavaScript
Jet SQL
Transact-SQL Syntax
VBScript
WML
WMLScript
WSH
XML DOM
All Functions
FUNCTION: GetRef( )
Implemented in version 5.0
GetRef
(FunctionOrSubName)
The
GetRef
function binds a function or subroutine to an event on a DHTML (Dynamic HTML) page.
The required
ObjectName
is the name of a DHTML object to which the DHTML event is associated.
The required
EventName
is the name of a DHTML event to which the function or subroutine will be bound.
The mandatory
FunctionOrSubName
argument is the name of a VBScript function or subroutine to which the DHTML event is to be associated.
The above must be used with the
Set
keyword in the following manner:
Code:
Set ObjectName.EventName = GetRef(FunctionOrSubName)
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information