Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
ActiveConnection Property
Record Object
PROPERTY: Record::ParentURL
Implemented in version 2.5
string =
recordobject.
ParentURL
The
ParentURL
property returns a string that is the absolute URL of the parent
Record
. An absolute URL is the path to the location of a resource on the Internet/Intranet.
This property will return a null if there is no parent for the object or if the
Record
object cannot be represented by a URL.
Code (VBScript):
strURL = objRecord.
ParentURL
If IsNull(strURL) Then
MsgBox "Parent URL is null", vbOK
End If
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information