masterens Posted February 2, 2011 Share Posted February 2, 2011 Hi all, title says it all: how do I get the request_uri from the parent frame. I do not have editing acces to the parent frame, but I want to know what page is called to behind the slash. The tag it is in is frameset and then frame, so not iframe. I hope someone knows the answer Thanks in advance, masteRens Quote Link to comment https://forums.phpfreaks.com/topic/226435-get-request_uri-from-parent-frame/ Share on other sites More sharing options...
Adam Posted February 2, 2011 Share Posted February 2, 2011 You can't with PHP, only JavaScript. Frames are handled by the browser - the client-side - not by the PHP. Quote Link to comment https://forums.phpfreaks.com/topic/226435-get-request_uri-from-parent-frame/#findComment-1168744 Share on other sites More sharing options...
masterens Posted February 2, 2011 Author Share Posted February 2, 2011 Ok... so... how do I do it with JS? And how is there a way to get the request_uri by JS? I dont know much about JS, in fact, I thought that PHP was the only language that could retreive the request_uri Quote Link to comment https://forums.phpfreaks.com/topic/226435-get-request_uri-from-parent-frame/#findComment-1168763 Share on other sites More sharing options...
masterens Posted February 3, 2011 Author Share Posted February 3, 2011 No answer? Maybe I should put this in the javascript section? Quote Link to comment https://forums.phpfreaks.com/topic/226435-get-request_uri-from-parent-frame/#findComment-1169496 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.