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 Link to comment https://forums.phpfreaks.com/topic/25461-double-action-form/ 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. Link to comment https://forums.phpfreaks.com/topic/25461-double-action-form/#findComment-116182 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.