Working on an old PHP site and found a few forms that need immediate
replacement. So, I thought I would use some cake forms and insert them
with an iframe. This works fine and the forms function properly but I
was wondering it the following were possible.

Once the form is successfully submitted can cake automatically
redirect the _top frame?

Something along the lines of:
$this->redirect('http://www.example.org target=_top', null, true);

I know that $url can be a simple URL like http://www.example.org or a
route URL like array('action'=>'index'). But I was not able to figure
a way to include a target.

Any ideas?

Gary

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to