|
 |
asptoday_discuss thread: response.redirect with frames
Message #1 by "Bill Cohen" <billcohen@h...> on Tue, 29 Jan 2002 23:31:22 -0600
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0016_01C1A91D.0FC2B990
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
RE: [asptoday_discuss] ExcelIs it possible to use response.redirect with
frames to direct the frame to the target=3D"_top" page ( which is the
main frame)?
B-
Message #2 by "N. Rajavelu" <nrajavelu@q...> on Wed, 30 Jan 2002 11:11:05 +0530
|
|
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1A950.B5980040
Content-Type: text/plain;
charset="iso-8859-1"
specify the target of your Form to _top
-----Original Message-----
From: Bill Cohen [mailto:billcohen@h...]
Sent: Wednesday, January 30, 2002 11:01 AM
To: ASPToday Discuss
Subject: [asptoday_discuss] response.redirect with frames
Is it possible to use response.redirect with frames to direct the frame to
the target="_top" page ( which is the main frame)?
B-
Message #3 by "Bill Cohen" <billcohen@h...> on Tue, 29 Jan 2002 23:59:39 -0600
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0031_01C1A921.031112B0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
RE: [asptoday_discuss] ExcelN. Rajavelu,
Can you provide an example?
Thanks-
----- Original Message -----
From: N. Rajavelu
To: ASPToday Discuss
Sent: Tuesday, January 29, 2002 11:41 PM
Subject: [asptoday_discuss] RE: response.redirect with frames
specify the target of your Form to _top
-----Original Message-----
From: Bill Cohen [mailto:billcohen@h...]
Sent: Wednesday, January 30, 2002 11:01 AM
To: ASPToday Discuss
Subject: [asptoday_discuss] response.redirect with frames
Is it possible to use response.redirect with frames to direct the
frame to the target=3D"_top" page ( which is the main frame)?
B-
Message #4 by "N. Rajavelu" <nrajavelu@q...> on Wed, 30 Jan 2002 13:00:00 +0530
|
|
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1A95F.ECE0D770
Content-Type: text/plain;
charset="iso-8859-1"
Hi Friend,
Let assume the following "TopBar.asp" is an frameset page. Clicking any
button in this frame should update the MainFrame set page. Here the Form tag
contains a target attribute which tells where to display the action result
page.
<html>
<body>
<form name=MainScreenForm action="topbaraction.asp" target=_top method=post>
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="35%">
<input type="submit" name="Find" value="Search Page">
</td>
<td width="35%">
<input type="submit" name="Find" value="Report Page">
</td>
<td width="30%">
<input type="submit" name="Find" value="Print">
</td>
</tr>
</table>
</form>
</body>
</html>
Reply back if you are not clear.
- Raj.
-----Original Message-----
From: Bill Cohen [mailto:billcohen@h...]
Sent: Wednesday, January 30, 2002 11:30 AM
To: ASPToday Discuss
Subject: [asptoday_discuss] RE: response.redirect with frames
N. Rajavelu <mailto:nrajavelu@q...> ,
Can you provide an example?
Thanks-
----- Original Message -----
From: N. <mailto:nrajavelu@q...> Rajavelu
To: ASPToday Discuss <mailto:asptoday_discuss@p...>
Sent: Tuesday, January 29, 2002 11:41 PM
Subject: [asptoday_discuss] RE: response.redirect with frames
specify the target of your Form to _top
-----Original Message-----
From: Bill Cohen [mailto:billcohen@h...]
Sent: Wednesday, January 30, 2002 11:01 AM
To: ASPToday Discuss
Subject: [asptoday_discuss] response.redirect with frames
Is it possible to use response.redirect with frames to direct the frame to
the target="_top" page ( which is the main frame)?
B-
|
|
 |