This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > FrontPage Programming > May 2007 > How to open an Excel document outside the IE6.0 browser





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author How to open an Excel document outside the IE6.0 browser
Jorgen

2007-04-30, 6:15 am

I have an Intranet site developed in FP 2002. In one of my pages I have a
list of Word2003 and Excel2003 documents with links to each document. When I
double click a link to a word document it opens in the word application. But
when I double click a link to a Excel document it opens inside the browser IE
6.0.
Looking in the code I cannot see any difference except for the name and type
of document I link to.
Why is that so.
Regards
Jorgen

Jens Peter Karlsen [FP-MVP]

2007-04-30, 6:17 pm

rightclick the link and choose to save target. Then you can open it in
Excel.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

On Mon, 30 Apr 2007 02:40:03 -0700, Jorgen
<Jorgen@discussions.microsoft.com> wrote:

>I have an Intranet site developed in FP 2002. In one of my pages I have a
>list of Word2003 and Excel2003 documents with links to each document. When I
>double click a link to a word document it opens in the word application. But
>when I double click a link to a Excel document it opens inside the browser IE
>6.0.
>Looking in the code I cannot see any difference except for the name and type
>of document I link to.
>Why is that so.
>Regards
>Jorgen

Jorgen

2007-04-30, 6:17 pm

Right click on the link in FP2002 give the possibility to choose Properties,
Edit Hyperlink, Target Frame.
I don’t se any place to choose save target. Please clarify.
Regards
Jorgen


"Jens Peter Karlsen [FP-MVP]" skrev:

> rightclick the link and choose to save target. Then you can open it in
> Excel.
>
> Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>
> On Mon, 30 Apr 2007 02:40:03 -0700, Jorgen
> <Jorgen@discussions.microsoft.com> wrote:
>
>

Rob Giordano \(Crash\)

2007-04-30, 6:17 pm

Jens means when you're viewing the page in your browser.




"Jorgen" <Jorgen@discussions.microsoft.com> wrote in message
news:436B9DDA-3374-4FDD-A1CC-265C98D3E0B8@microsoft.com...
| Right click on the link in FP2002 give the possibility to choose
Properties,
| Edit Hyperlink, Target Frame.
| I don't se any place to choose save target. Please clarify.
| Regards
| Jorgen
|
|
| "Jens Peter Karlsen [FP-MVP]" skrev:
|
| > rightclick the link and choose to save target. Then you can open it in
| > Excel.
| >
| > Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
| >
| > On Mon, 30 Apr 2007 02:40:03 -0700, Jorgen
| > <Jorgen@discussions.microsoft.com> wrote:
| >
| > >I have an Intranet site developed in FP 2002. In one of my pages I have
a
| > >list of Word2003 and Excel2003 documents with links to each document.
When I
| > >double click a link to a word document it opens in the word
application. But
| > >when I double click a link to a Excel document it opens inside the
browser IE
| > >6.0.
| > >Looking in the code I cannot see any difference except for the name and
type
| > >of document I link to.
| > >Why is that so.
| > >Regards
| > >Jorgen
| >


Jorgen

2007-05-03, 6:17 am

I didn’t make my point clear.
I want the Excel document to open in the Excel2003 application directly, not
as part of the IE6.0 in any way.
When I open a Word2003 document from a link on my intranet page, the
document opens in the Word2003 application itself outside the IE6.0
This code looks like the code below:
<p class="liste"><b><a href="forms/F-P801-06.doc">Mis-delivery</a><br>

When I open an Excel2003 document from the appropriate link form the same
intranet page, the document opens up in Excel inside IE. By using the right
click I am able to open it in a new window, but still inside IE.
This code looks like the code below:
<p class="liste"><b><a
href="forms/F-P501-09.xls">Konstruktionsgranskning</a><br>
Any ideas as where to look.
Regards
Jorgen


"Rob Giordano (Crash)" skrev:

> Jens means when you're viewing the page in your browser.
>
>
>
>
> "Jorgen" <Jorgen@discussions.microsoft.com> wrote in message
> news:436B9DDA-3374-4FDD-A1CC-265C98D3E0B8@microsoft.com...
> | Right click on the link in FP2002 give the possibility to choose
> Properties,
> | Edit Hyperlink, Target Frame.
> | I don't se any place to choose save target. Please clarify.
> | Regards
> | Jorgen
> |
> |
> | "Jens Peter Karlsen [FP-MVP]" skrev:
> |
> | > rightclick the link and choose to save target. Then you can open it in
> | > Excel.
> | >
> | > Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
> | >
> | > On Mon, 30 Apr 2007 02:40:03 -0700, Jorgen
> | > <Jorgen@discussions.microsoft.com> wrote:
> | >
> | > >I have an Intranet site developed in FP 2002. In one of my pages I have
> a
> | > >list of Word2003 and Excel2003 documents with links to each document.
> When I
> | > >double click a link to a word document it opens in the word
> application. But
> | > >when I double click a link to a Excel document it opens inside the
> browser IE
> | > >6.0.
> | > >Looking in the code I cannot see any difference except for the name and
> type
> | > >of document I link to.
> | > >Why is that so.
> | > >Regards
> | > >Jorgen
> | >
>
>
>

Stefan B Rusynko

2007-05-03, 6:17 am

See http://support.microsoft.com/default.aspx?scid=162059

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"Jorgen" <Jorgen@discussions.microsoft.com> wrote in message news:743E9CDE-22F9-4E27-9457-435C2F04BBFA@microsoft.com...
|I didn’t make my point clear.
| I want the Excel document to open in the Excel2003 application directly, not
| as part of the IE6.0 in any way.
| When I open a Word2003 document from a link on my intranet page, the
| document opens in the Word2003 application itself outside the IE6.0
| This code looks like the code below:
| <p class="liste"><b><a href="forms/F-P801-06.doc">Mis-delivery</a><br>
|
| When I open an Excel2003 document from the appropriate link form the same
| intranet page, the document opens up in Excel inside IE. By using the right
| click I am able to open it in a new window, but still inside IE.
| This code looks like the code below:
| <p class="liste"><b><a
| href="forms/F-P501-09.xls">Konstruktionsgranskning</a><br>
| Any ideas as where to look.
| Regards
| Jorgen
|
|
| "Rob Giordano (Crash)" skrev:
|
| > Jens means when you're viewing the page in your browser.
| >
| >
| >
| >
| > "Jorgen" <Jorgen@discussions.microsoft.com> wrote in message
| > news:436B9DDA-3374-4FDD-A1CC-265C98D3E0B8@microsoft.com...
| > | Right click on the link in FP2002 give the possibility to choose
| > Properties,
| > | Edit Hyperlink, Target Frame.
| > | I don't se any place to choose save target. Please clarify.
| > | Regards
| > | Jorgen
| > |
| > |
| > | "Jens Peter Karlsen [FP-MVP]" skrev:
| > |
| > | > rightclick the link and choose to save target. Then you can open it in
| > | > Excel.
| > | >
| > | > Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
| > | >
| > | > On Mon, 30 Apr 2007 02:40:03 -0700, Jorgen
| > | > <Jorgen@discussions.microsoft.com> wrote:
| > | >
| > | > >I have an Intranet site developed in FP 2002. In one of my pages I have
| > a
| > | > >list of Word2003 and Excel2003 documents with links to each document.
| > When I
| > | > >double click a link to a word document it opens in the word
| > application. But
| > | > >when I double click a link to a Excel document it opens inside the
| > browser IE
| > | > >6.0.
| > | > >Looking in the code I cannot see any difference except for the name and
| > type
| > | > >of document I link to.
| > | > >Why is that so.
| > | > >Regards
| > | > >Jorgen
| > | >
| >
| >
| >


Jorgen

2007-05-03, 6:17 am

Thank you for the help. It works.

Regards
Jorgen

"Stefan B Rusynko" skrev:

> See http://support.microsoft.com/default.aspx?scid=162059
>
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> _____________________________________________
>
>
> "Jorgen" <Jorgen@discussions.microsoft.com> wrote in message news:743E9CDE-22F9-4E27-9457-435C2F04BBFA@microsoft.com...
> |I didn’t make my point clear.
> | I want the Excel document to open in the Excel2003 application directly, not
> | as part of the IE6.0 in any way.
> | When I open a Word2003 document from a link on my intranet page, the
> | document opens in the Word2003 application itself outside the IE6.0
> | This code looks like the code below:
> | <p class="liste"><b><a href="forms/F-P801-06.doc">Mis-delivery</a><br>
> |
> | When I open an Excel2003 document from the appropriate link form the same
> | intranet page, the document opens up in Excel inside IE. By using the right
> | click I am able to open it in a new window, but still inside IE.
> | This code looks like the code below:
> | <p class="liste"><b><a
> | href="forms/F-P501-09.xls">Konstruktionsgranskning</a><br>
> | Any ideas as where to look.
> | Regards
> | Jorgen
> |
> |
> | "Rob Giordano (Crash)" skrev:
> |
> | > Jens means when you're viewing the page in your browser.
> | >
> | >
> | >
> | >
> | > "Jorgen" <Jorgen@discussions.microsoft.com> wrote in message
> | > news:436B9DDA-3374-4FDD-A1CC-265C98D3E0B8@microsoft.com...
> | > | Right click on the link in FP2002 give the possibility to choose
> | > Properties,
> | > | Edit Hyperlink, Target Frame.
> | > | I don't se any place to choose save target. Please clarify.
> | > | Regards
> | > | Jorgen
> | > |
> | > |
> | > | "Jens Peter Karlsen [FP-MVP]" skrev:
> | > |
> | > | > rightclick the link and choose to save target. Then you can open it in
> | > | > Excel.
> | > | >
> | > | > Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
> | > | >
> | > | > On Mon, 30 Apr 2007 02:40:03 -0700, Jorgen
> | > | > <Jorgen@discussions.microsoft.com> wrote:
> | > | >
> | > | > >I have an Intranet site developed in FP 2002. In one of my pages I have
> | > a
> | > | > >list of Word2003 and Excel2003 documents with links to each document.
> | > When I
> | > | > >double click a link to a word document it opens in the word
> | > application. But
> | > | > >when I double click a link to a Excel document it opens inside the
> | > browser IE
> | > | > >6.0.
> | > | > >Looking in the code I cannot see any difference except for the name and
> | > type
> | > | > >of document I link to.
> | > | > >Why is that so.
> | > | > >Regards
> | > | > >Jorgen
> | > | >
> | >
> | >
> | >
>
>
>

Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews