I've' read the sticky and know the drill. I know, I know. Frames are trouble. But this is a must have. My problem is I have a form on a lone html page and am trying to submit the info to a form handling php page that resides within a frames page. I tried using
Code: Select all
<form method="get" action="frames_page.htm" target="left" >I just need some advice. What's the best way to come at this particular? Sessions? JS? Is it even possible? It almost seems to work. Working by trial and ever is taking me forever. I really just need to...
Code: Select all
<form method="get" action="frames_page.htm/form_handling.php" target="left" >Thanks for all your help and kind, gentle, understanding...