LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Open a webpage using Javascript in Excel

Hi All,

Got a question I'm hoping someone can answer. I've created a form,
which interacts with a webpage that uses Javascript. My current code
for the button pulls up a webpage and displays the information, but
when I select something on the webpage nothing happens. Top right of
pages says it's loading but nothing happens. I noticed that multiple
URLs are displayed at the bottom of the "real" webpage when buttons are
pressed. I was able to copy each URL that is displayed...not sure if I
need them or not. Any ideas on how I can make this work....if possible
?

Thanks in advance.

Here's my code:

Sub test()

Dim sPath As String
Dim aStr As String
Dim bTaskID As Double

With Application
Application.Visible = False

sPath = "C:\Program Files\Internet Explorer\IEXPLORE.exe" 'my browser

aStr = ("http://mq-mapgend.websys.aol.com")
bTaskID = Shell(sPath & " " & aStr, vbNormalFocus)

End With
End Sub

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Downloading javascript web pages using workbooks.open lesy99 Excel Discussion (Misc queries) 0 March 30th 07 09:06 PM
Cannot Open Webpage With Excel 2003 rdshadden Excel Discussion (Misc queries) 0 May 25th 06 05:59 AM
Open webpage Tom Ogilvy Excel Programming 0 July 22nd 04 05:28 PM
Open webpage Gee...[_2_] Excel Programming 1 June 29th 04 07:50 PM
Open Webpage and then Run Code Nick Excel Programming 0 November 18th 03 10:31 PM


All times are GMT +1. The time now is 09:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"