Page 1 of 1

frame.src with php file dont get GET parameters

Posted: Tue Jan 12, 2010 6:11 pm
by yacahuma
Hello,

if a have a page with frames

page1
---- frame1.src=''
----frame2.src='page2.php';

At the end of page2.php I have a js code to load page1, like so parent.frame1.src='page1.php?param1=2';

Why page1.php does not see the parameters?
Thank you

Re: frame.src with php file dont get GET parameters

Posted: Tue Jan 12, 2010 8:21 pm
by requinix
You sure you're using the right JavaScript to do that? Any errors or warnings?
Does $_GET have anything at all?