|
 |
asptoday_discuss thread: Directing to page with Target Attibute
Message #1 by "ASIM ABBASI" <asim_electro@h...> on Wed, 3 Apr 2002 14:50:38 -0500
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_000F_01C1DB1E.EB8BE400
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Dear Devils,
I am developed a ASP based project. It contains system for user
authentication for different privilages. Is there any way I can achieve
the following goal.
Response.Redirect("myfile.html target=3D""_top""")
Although this is not true command. But it give u an idea what I want.
That is redirecting to specific page on a particular target.
Regards,
FlipFlop
Message #2 by David Stamper <davids@s...> on Thu, 04 Apr 2002 09:41:52 +0100
|
|
Hi FlipFlop :
If you want to redirect to a specific area within a page, this will work :
<%
Response.Redirect "mypage.html#top"
%>
where top" is :
<A NAME="#top"></A>
in the page to redirect to.
Regards,
Dave
At 14:50 03/04/2002 -0500, you wrote:
>Dear Devils,
>
>I am developed a ASP based project. It contains system for user
>authentication for different privilages. Is there any way I can achieve
>the following goal.
>
>
>Response.Redirect("myfile.html target=""_top""")
>
>
>
>Although this is not true command. But it give u an idea what I want. That
>is redirecting to specific page on a particular target.
>
>Regards,
>
>FlipFlop
Message #3 by "ASIM ABBASI" <asim_electro@h...> on Thu, 4 Apr 2002 13:54:00 -0500
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_002E_01C1DBE0.2C629520
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
----- Original Message -----
From: ASIM ABBASI
To: Faisal
Sent: Thursday, April 04, 2002 1:53 PM
Subject: Re: [asptoday_discuss] Directing to page with Target Attibute
Here the Devil comes,
FAISAL
Thanks champ.
Regards,
Asim
----- Original Message -----
From: Faisal
To: asim_electro@h...
Sent: Thursday, April 04, 2002 2:34 PM
Subject: Re: [asptoday_discuss] Directing to page with Target Attibute
Dear Asim,
I encountered a similar problem and used the information in attached
articles to solve the problem.
Take Care, Faisal-
----- Original Message -----
From: ASIM ABBASI
To: ASPToday Discuss
Sent: Wednesday, April 03, 2002 11:50 AM
Subject: [asptoday_discuss] Directing to page with Target Attibute
Dear Devils,
I am developed a ASP based project. It contains system for user
authentication for different privilages. Is there any way I can achieve
the following goal.
Response.Redirect("myfile.html target=3D""_top""")
Although this is not true command. But it give u an idea what I
want. That is redirecting to specific page on a particular target.
Regards,
FlipFlop
|
|
 |