Does anyone know how can i pass some variables from a form to a frame, this frame will keep it, and other frame will output the next step in my script and so..
Thank you since now.
Roberto
in your FORM tag define the target frame. e.g. TARGET=BODY and so when you click on the submit the data will be shown up in the body frame
here's an example... <a href="bottomframe.php3?name=Jack&email=jack@jack.com"; target="bottom">update bottom frame</a>