"Tim Winters" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is there any way to avoid this from happening?
instead of POST, you could use GET as form method. More nicely, but also much more work, is to use N layers on one page for each group of inputs and to switch layers by javascript. That way, all data will be posted as one big form, in single action. This would also solve nasty problem your solution has if user clicks on new window in the middle of forms and contionues to enter different data in both of windows, this is quiote likely to confuse dta you are storing to the session. rush -- http://www.templatetamer.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php