in reply to Multiple redirects from a single action
The best solution is to refresh the entire frameset and provide your new frame URLs that way. The other way is to use JavaScript to set each frame but from experience that really blows. The browser treats each frame URL assignment as a new page so if you change two URLs then the user has to click the back button twice to go back one actual page. It's ugly and nasty. Just do this right - refresh the frameset. (or don't use framesets at all)
__SIG__ use B; printf "You are here %08x\n", unpack "L!", unpack "P4", pack "L!", B::svref_2object(sub{})->OUTSIDE;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Multiple redirects from a single action
by pfaut (Priest) on Dec 11, 2002 at 03:40 UTC |