Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Window Handle

Status
Not open for further replies.

jesbin

MIS
Oct 5, 2000
5
NL
hi,
I'm using Internet Explorer 5.5 and VBSCript/JavaScript from ASP pages.
Is there a way to get the window handle (for the parent IE window) using either JavaScript or VBScript. It seems hWnd is not defined.
Regards,
jesbin
 
ASP is server side code, therefore you cannot access the handle to the client/browser.

To do that, you have to use client side Javascript/VBScript. In Javascript, the browser is referenced by calling the window property.

I've never used client side VBScript, so maybe someone else can help with that.

Choo Khor
choo.khor@intelebill.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top