Hi Folks Using IE 6.
And, yes, I'm aware of this page, which discusses trying to redirect posts to posts: http://ppewww.ph.gla.ac.uk/~flavell/www/post-redirect.html Now for the problem: I have a frameset which basically looks like: <frame name="left" src="http://127.0.0.1/x-tree.cgi"> <frame name="right" src="http://127.0.0.1/x.cgi"> x-tree.cgi displays a tree of links via 'a href' (using CGI::Explorer, a Perl wrapper around xTree http://webfx.eae.net/dhtml/xtree/). x.cgi displays other stuff. x.cgi and x-tree.cgi are the same code, based on CGI::Application. Their calls to new() store 'left' or 'right'. I'd like, when one of those links in the left frame is clicked, for the output to appear in the right frame. My experiments have either: (1) centered around using just (in x-tree.cgi): $self -> header_props(-target => 'right'); (2) or around (in x-tree.cgi): Construct $url = 'x.cgi/...' and $self -> header_type('redirect'); $self -> header_props(-url => $url); return ''; and in x.cgi: $self -> header_props(-target => 'right'); However, the (correct) output always appears in the left frame. Any ideas? -- Ron Savage, [EMAIL PROTECTED] on 29/10/2003. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7067, Fax: +61-3-9251 7604 http://www.deakin.edu.au/~rons ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users