peffo Posted October 29, 2006 Share Posted October 29, 2006 HiI need help how to have a form-submit to reload two frames.The site consist of a frameset, with a shopping chart summary in the menu-frame.When costumer click submit in an orderform in the main frame, I need to have the menu-frame reloaded, restoring the chart-summary.Anyone?Peter Quote Link to comment Share on other sites More sharing options...
alpine Posted October 29, 2006 Share Posted October 29, 2006 Quite a while since frames was an issue for me, but i believe you can set a form like this:[code]<form name="Myform" method="post" action="chart.php" target="Right frame">[/code]..where Right frame is the name of your desired frame name.BUT - i recomend to use AJAX on such processing, it's fun and very flexible - making very smooth livechanges on your site. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.