i have an interesting problem. a have to redirect a page but the new one should be open in _top frame. how to do it when a have to use redirect. is there any option how to set up a target at sendredirect function?
: i have an interesting problem. : a have to redirect a page but the new one should be open in _top frame. : how to do it when a have to use redirect. is there any option how to set up a target at sendredirect function? : You can solve with javascript
if you want to show in entire page open new page using "window.open(page,title,size);" and "parent.window.close();"
and if you want to open in some other frame. "parent.framename.hrefa.location=newlocation;" Prashant Trivedi Software Enginner Automated Workflow Pvt Ltd. India +919886545688 tprashant@aworkflow.com
Comments
: a have to redirect a page but the new one should be open in _top frame.
: how to do it when a have to use redirect. is there any option how to set up a target at sendredirect function?
:
You can solve with javascript
if you want to show in entire page
open new page using "window.open(page,title,size);"
and "parent.window.close();"
and if you want to open in some other frame.
"parent.framename.hrefa.location=newlocation;"
Prashant Trivedi
Software Enginner
Automated Workflow Pvt Ltd. India
+919886545688
tprashant@aworkflow.com