Re: [htmltmpl] Ouptuttting to a named frame with IE
Brought to you by:
samtregar
From: Karen J. C. <si...@ph...> - 2003-10-29 02:59:52
|
On Wed, 29 Oct 2003, Ron Savage wrote: RS>However, the (correct) output always appears in the left frame. RS> RS>Any ideas? Basically, regardless of the way the server constructs it, what you want at the end of the day is a link that reads something like this: <a href="http://something-something/x.cgi" target="right"> If you look at the frame source in IE and you don't see that "target=" then as far as I know (which isn't necessarily that far, actually) no matter what hoops you jump through with redirects, your output's going to show up in the same frame the clicked link was in. (You can probably do something different with Javascript, but you should never count on that.) -- Karen J. Cravens si...@ph... |