30 Jul
2002
30 Jul
'02
3:34 p.m.
Ben Ocean wrote:
Hi; I'm attempting to do a response redirect while changing the target: <dtml-call "RESPONSE.redirect('http://khoikhoi.net/eng/Contact_Us' target=_top)"> but the last part isn't working. What am I missing? TIA, beno
You're mixing, ehm, let's call them languages. redirect is part of the http spec, while "target" belongs in the html domain. What do you want to achieve? And, since it seems you want your response in another frame, what do you want to display in the frame where the redirect is sent to? cheers, oliver