Forums
This topic is locked
POST FORM RESULTS INTO A SPECIFIC FRAME PAGE
Posted 09 Jan 2004 20:22:36
1
has voted
09 Jan 2004 20:22:36 Frank Munoz posted:
Well guys, I need your help so badly...I have a form on a non-frame page that will submit and post results into a page that has 3 frames. I want the form results to be posted into the middle frame which I called "CartFrame". How the hell do you make this happen??? I've tried just about everything such as,
form name="form1" action=../../cart/default.asp target="CartFrame" method="post"
It hits the page, but nothing gets posted to the frame specified. PLEASE HELP!!!