Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Response.Redirect and frames

Reply
Thread Tools

Response.Redirect and frames

 
 
Steve
Guest
Posts: n/a
 
      07-02-2003
I have a page which has some frames. After processing one
of the pages I want to redirect to another frameset.
However, when I use Response.Redirect I end up with a
frameset with the frameset rather than just the new
frameset.
I have had to resort to using Javascript to do this but
I'd prefer to use the server.

Any ideas ho to do this?

Steve
 
Reply With Quote
 
 
 
 
George Ter-Saakov
Guest
Posts: n/a
 
      07-02-2003
use traget="_parent" on the link or form.

George.

"Steve" <stephendotholt@invudotnet> wrote in message
news:3e7801c34078$71098b90$...
> I have a page which has some frames. After processing one
> of the pages I want to redirect to another frameset.
> However, when I use Response.Redirect I end up with a
> frameset with the frameset rather than just the new
> frameset.
> I have had to resort to using Javascript to do this but
> I'd prefer to use the server.
>
> Any ideas ho to do this?
>
> Steve



 
Reply With Quote
 
 
 
 
Victor
Guest
Posts: n/a
 
      07-07-2003
George,

Could you please clarify this with an example. I have a
similar problem.

Thanks,
Victor

>-----Original Message-----
>use traget="_parent" on the link or form.
>
>George.
>
>"Steve" <stephendotholt@invudotnet> wrote in message
>news:3e7801c34078$71098b90$...
>> I have a page which has some frames. After processing

one
>> of the pages I want to redirect to another frameset.
>> However, when I use Response.Redirect I end up with a
>> frameset with the frameset rather than just the new
>> frameset.
>> I have had to resort to using Javascript to do this but
>> I'd prefer to use the server.
>>
>> Any ideas ho to do this?
>>
>> Steve

>
>
>.
>

 
Reply With Quote
 
George Ter-Saakov
Guest
Posts: n/a
 
      07-10-2003
Not sure what to clearify.
You have a link or form in the frame page. When you click on that link or
submit the form you want the result to be opened in the parent window not a
frame.
That is how i undertsood the question.

Just put target="_parent" in <a href=".." target="_parent"> <form
target="_parent">

George.

"Victor" <> wrote in message
news:7d2601c344d0$1c9bba40$...
> George,
>
> Could you please clarify this with an example. I have a
> similar problem.
>
> Thanks,
> Victor
>
> >-----Original Message-----
> >use traget="_parent" on the link or form.
> >
> >George.
> >
> >"Steve" <stephendotholt@invudotnet> wrote in message
> >news:3e7801c34078$71098b90$...
> >> I have a page which has some frames. After processing

> one
> >> of the pages I want to redirect to another frameset.
> >> However, when I use Response.Redirect I end up with a
> >> frameset with the frameset rather than just the new
> >> frameset.
> >> I have had to resort to using Javascript to do this but
> >> I'd prefer to use the server.
> >>
> >> Any ideas ho to do this?
> >>
> >> Steve

> >
> >
> >.
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
having a problem with scrolling frames as if no frames surfunbear@yahoo.com HTML 0 03-08-2006 09:54 PM
Frames and borders around specific frames meyousikmann@yahoo.com HTML 1 02-10-2006 11:12 PM
Frames or not Frames... Ale HTML 17 08-05-2005 12:10 AM
Link needed to go from a non-frames page to a Frames page, and load a particular frame. How? - Newbe Philip HTML 3 06-28-2004 03:06 PM
From Frames to no frames? Powerslave2112 HTML 2 01-20-2004 10:30 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57