Jump to content

Is there a way to redirect to a frame?


optikalefx

Recommended Posts

I know that with javascript you can do this

window.parent.left.location = "http://www.site.html"

 

that redirects a frame named left.

 

I know that in php you can do this

header( 'Location: http://www.site.html' ) ;

 

But how can i make php load that page into the frame named left?

Link to comment
https://forums.phpfreaks.com/topic/67684-is-there-a-way-to-redirect-to-a-frame/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.