Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / January 2006

Tip: Looking for answers? Try searching our database.

loop until web page loaded using Netscape Navigator

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
jbrack@email.uophx.edu - 22 Jan 2006 04:39 GMT
Hi,

Below I have a macro which will wait for Internet Explorer to load a
web page by looping.  Is there similar code for producing the same
results using Netscape Navigator?. If it makes a difference, I'm using
Netscape 4.7.

Thanks,

Sub restrictions()

   Dim IeApp As InternetExplorer
   Dim sURL As String
   Dim IeDoc As Object
   Dim i As Long
   Set IeApp = New InternetExplorer
       IeApp.Visible = True
   sURL = "http:www.theweatherchannel.com"
   IeApp.navigate sURL
   Do
   Loop Until IeApp.ReadyState = READYSTATE_COMPLETE
    Set IeApp = Nothing

   Call weather
End Sub
Tim Williams - 22 Jan 2006 08:58 GMT
I don't think Navigator supports automation.

Tim

> Hi,
>
[quoted text clipped - 21 lines]
>    Call weather
> End Sub
jbrack@email.uophx.edu - 22 Jan 2006 14:29 GMT
Thanks Tim.

That would explain why I've had no luck in my search for an answer.
Thanks for responding...I can give up now.  :)
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.