CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    17

    Easy question about DHTML

    Hi,

    in a HTML-page I try to get a reference to the Internet Explorer object with DHTML.

    I've read in
    http://msdn.microsoft.com/library/de...chitecture.asp

    that this can be done by the following syntax.

    Set MyObject = browser.Application

    It don't work. Does anybody now how to use it?

    Thanks!
    - Tri -




  2. #2
    Join Date
    Oct 2001
    Location
    CA,USA
    Posts
    60

    Re: Easy question about DHTML

    Use the Object Tag
    (1)http://atcsoft.freeservers.com/thele...9/lesson89.htm

    (2)
    http://atcsoft.freeservers.com/thele...9/lesson90.htm

    Please rate the article if it is of any use to you. This encourages me to reply more and more and more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured