Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Links to html files in Excel?

Hi,

I am trying to set up an Excel sheet that would contain links to html
pages. In order to so, I put the cursor in a cell and right click
"Hyperlink". In the "Insert Hyperlink" dialog, I browse to the html
file located in some folder, select it, and it's there. But when I
then click on the file in order to open it, an error message displays
saying, "Firefox is unable to open the address, because the protocol
(c) is not associated with any program" (or words to that effect; I
have a Dutch version). Can somebody please explain to me what I should
do to bring about such an association with either Firefox or IE?

Thanks!

Rutger

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 221
Default Links to html files in Excel?

What it SOUNDS like to me is that *.html and/or *.htm files are not
associated with Firefox (perhaps they're associated with Internet
Explorer??), so it's not firing (LOL) Firefox. Try right-clicking any
htm/html file on your PC and choosing Open With, tell it Firefox, then tell
it to "Always use ..."
More info here on File Associations:
http://www.officearticles.com/misc/f...oft_office.htm
****************************
Hope it helps!
Anne Troy
www.OfficeArticles.com
****************************
"cornets" wrote in message
ps.com...
Hi,

I am trying to set up an Excel sheet that would contain links to html
pages. In order to so, I put the cursor in a cell and right click
"Hyperlink". In the "Insert Hyperlink" dialog, I browse to the html
file located in some folder, select it, and it's there. But when I
then click on the file in order to open it, an error message displays
saying, "Firefox is unable to open the address, because the protocol
(c) is not associated with any program" (or words to that effect; I
have a Dutch version). Can somebody please explain to me what I should
do to bring about such an association with either Firefox or IE?

Thanks!

Rutger



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Links to html files in Excel?

Dear Anne,
Thanks very much for your suggestion. That would make sense, wouldn't
it? Unfortunately, it doesn't help, also because Firefox is already
the default browser. But I think I know what does it. I have a nasty
piece of Javascript on all my html pages. I stripped it from one page
and it opened without a problem from Excel. Want to see it? He

<SCRIPT TYPE="text/javascript"
if(window.top == window){
var page = new String(self.document.location.pathname);
var contents = "/index.html?" + page;
top.location.replace(contents);
}
</SCRIPT

It ensures that the right pages are loaded when clicked on in a search
result list.
Thanks anyway for your input, Anne!

Rutger

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Links to html files in Excel?

On Mar 24, 1:27 pm, "cornets" wrote:
Dear Anne,
Thanks very much for your suggestion. That would make sense, wouldn't
it? Unfortunately, it doesn't help, also because Firefox is already
the default browser. But I think I know what does it. I have a nasty
piece of Javascript on all my html pages. I stripped it from one page
and it opened without a problem from Excel. Want to see it? He

<SCRIPT TYPE="text/javascript"
if(window.top == window){
var page = new String(self.document.location.pathname);
var contents = "/index.html?" + page;
top.location.replace(contents);}

</SCRIPT

It ensures that the right pages are loaded when clicked on in a search
result list.
Thanks anyway for your input, Anne!

Rutger



Hi again Anne (and everybody)

It turns out the script is *not* the problem! Firefox or IE still
won't open the pages when the script is removed. Any other
suggestions?

Thanks!

Rutger

Reply
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
Importing HTML files Mary Ann Excel Discussion (Misc queries) 0 March 4th 06 09:51 AM
Problems Creating html files with excel sheet Bigredno8 Excel Discussion (Misc queries) 1 July 5th 05 11:28 PM
Export html page to Excel - support files folder Export html page to Excel - support file Excel Discussion (Misc queries) 1 June 24th 05 12:36 PM
extract text from html files Glowinafuse Excel Discussion (Misc queries) 3 May 31st 05 06:23 AM
Links in html-file Mar Excel Discussion (Misc queries) 0 February 1st 05 12:01 PM


All times are GMT +1. The time now is 10:12 AM.

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

About Us

"It's about Microsoft Excel"