View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default Open a webpage using Javascript in Excel

That's an error in the webpage you're using. It's trying to reference
another page hosted in a different window ("opener") and this is not found.

This type of script typically shows up in a pop-up window when it needs to
reference the page which opened the pop-up, so maybe you are openeing the
opo-up directly from excel?

Tim

--
Tim Williams
Palo Alto, CA


wrote in message
oups.com...
Hi Tim,

Thanks for the reply.

I do have javascript enabled. In short, The excel form I've created
has shortcuts, (buttons), where I can pull data from a password
protected site quickly. This particular URL that is not working brings
up a webpage where I can enter a city name. Once the city name is
entered, there is a "go" button that I would click. That would bring
up the main webpage and zoom to that city on a map where I can proceed
to click on objects for information.

I did some clicking here and there and came across an error message :
Line: 91 Char: 18 Error: 'top.window.opener' is null or not an
object. Any ideas ??

Thanks