Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

power point presentation inside asp.net redirect

1 view
Skip to first unread message

dsk

unread,
Feb 17, 2003, 1:28:59 PM2/17/03
to
i've converted a power point presentation to html and
added link to it inside the asp.net application.

when clicking a button the ppt html slides display fine,
but on the last html page i've added a link to my first
.aspx page. When clicking the link a new
window is opened, instead of returning to the
.aspx page.

Response.Redirect is usually used to redirect.
How can this be done with a ppt presentation converted to
html?

tia,
dk


Bill Cheng [MSFT]

unread,
Feb 18, 2003, 6:19:29 AM2/18/03
to
Hi,

To open a hyperlink in the same window, the HTML should look like:
<a href=<url> target="_self"> text </a>

According to my test, when you save PowerPoint file to HTML, it will
generate slide*.htm. You may modify corresponding HTML file for the
hyperlink. Since the resulting HTML uses frame, the original ASPX file will
be displayed in one of the frames.


This posting is provided "AS IS" with no warranties, and confers no rights.

Regards,

Bill Cheng
Microsoft Support Engineer
--------------------
| From: "dsk" <dmi...@mindspring.com>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Subject: power point presentation inside asp.net redirect
| Date: Mon, 17 Feb 2003 13:28:59 -0500
| Organization: MindSpring Enterprises
| Lines: 17
| Message-ID: <b2r9kr$jbl$1...@slb5.atl.mindspring.net>
| Reply-To: "dsk" <dmi...@mindspring.com>
| NNTP-Posting-Host: 44.a4.25.c3
| X-Server-Date: 17 Feb 2003 18:28:43 GMT
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| Path:
cpmsftngxa06!TK2MSFTNGP08!newsfeed00.sul.t-online.de!t-online.de!newsfeed.fr
eenet.de!newsfeed.news2me.com!newsfeed2.earthlink.net!newsfeed.earthlink.net
!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!harp.news.atl
.earthlink.net!not-for-mail
| Xref: cpmsftngxa06 microsoft.public.dotnet.framework.aspnet:123053
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

dsk

unread,
Feb 18, 2003, 8:33:45 AM2/18/03
to
But the first html slide is opened from a button on a .aspx page.
How is it possible to return to that .aspx page?

Is it possible?

thanks

"Bill Cheng [MSFT]" <bill...@online.microsoft.com> wrote in message
news:ghScP#z1CHA.3028@cpmsftngxa06...

Bill Cheng [MSFT]

unread,
Feb 20, 2003, 12:57:35 AM2/20/03
to
Hi,

If the PPT HTML file is open in the same browser window as the .aspx file,
please just change the hyperlink in the last HTML file (or the file you
want the hyperlink on) in the PPT to something similar to:


<a href=<url> target="_self"> text </a>

Please also post the related HTML and .aspx files here so that we can
perform further research.


This posting is provided "AS IS" with no warranties, and confers no rights.

Regards,

Bill Cheng
Microsoft Support Engineer
--------------------
| From: "dsk" <dmi...@mindspring.com>
| Newsgroups: microsoft.public.dotnet.framework.aspnet

| Subject: Re: power point presentation inside asp.net redirect
| Date: Tue, 18 Feb 2003 08:33:45 -0500
| Organization: MindSpring Enterprises
| Lines: 75
| Message-ID: <b2tcme$4bc$1...@slb6.atl.mindspring.net>
| References: <b2r9kr$jbl$1...@slb5.atl.mindspring.net>
<ghScP#z1CHA.3028@cpmsftngxa06>
| Reply-To: "dsk" <dmi...@mindspring.com>
| NNTP-Posting-Host: 45.03.c6.33
| X-Server-Date: 18 Feb 2003 13:33:02 GMT


| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| Path:

cpmsftngxa08!cppssbbsa01.microsoft.com!news-out.cwix.com!newsfeed.cwix.com!n
ews.maxwell.syr.edu!beamish.news.atl.earthlink.net!guinness.news.atl.earthli
nk.net!news.atl.earthlink.net!stamper.news.atl.earthlink.net!harp.news.atl.e
arthlink.net!not-for-mail
| Xref: cpmsftngxa08 microsoft.public.dotnet.framework.aspnet:124033
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

0 new messages