I am using 2 frame(frameA and frame😎 style for my site. What i want to do is once the user click on the submit button "Connect"(in frame😎, then it will redirect FrameA and FrameB to different destination, can i do this using PHP?
Currently i am using javascript, "parent.frameA.location="abc.php" , and it works. However, I can't view any other page in frame=B , when i click from the link in frame-A and targeted to frame-B. What's the problem?