frame.src with php file dont get GET parameters
Posted: Tue Jan 12, 2010 6:11 pm
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
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