Description
Returns an ObjectHandle for the specified URL.
Arguments
|
Name |
Type |
I/O |
Description |
|
URL |
String |
In |
The page of interest (blank for the current page). |
Return Value
Long Integer: An ObjectHandle for this URL.
Remarks
When the current (visible or pending) page is not a FRAMESET, there exists a one-to-one correspondence between URLs and ObjectHandles. When a FRAMESET page is current, however, it may contain multiple occurrences of a given URL in FRAME elements, in which case there will be several ObjectHandles assigned to the temporary copies of the original page. You can safely use GetSingleObjectHandle in situations where you do not need to distinguish between multiple FRAME pages associated with the same URL.
GetSingleObjectHandle can be applied to any page in cache.