Groups | Blog | Home
all groups > dotnet general > june 2006 >

dotnet general : New IE /page/instance



Dan
6/17/2006 12:50:18 PM
I have a web page with hyperlinks on it. When the user clicks on a
hyperlink, I want the referenced webpage to open in a new IE page and not in
the current page. Is there a way to accomplish this? (The new page maight be
a pdf document.)

Thanks.

DJ
6/17/2006 3:59:56 PM
Try using Target="New"

ex. <A HREF="URL" Target="New">Link Text</A>

[quoted text, click to view]

Cor Ligthert [MVP]
6/18/2006 12:00:00 AM
Dan,

The Redirect method as was as well used in ASP is in my idea here still the
best.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebhttpresponseclassredirecttopic1.asp

I assume tyou know that?

Cor
"Dan" <dan@dsully.com> schreef in bericht
news:%23iCdDdkkGHA.3848@TK2MSFTNGP04.phx.gbl...
[quoted text, click to view]

Dan
6/18/2006 8:42:55 AM
Thank you folks.......dan
------------------


[quoted text, click to view]

AddThis Social Bookmark Button