On 4/19/02, Joe Tartaglia penned: >I have created some input forms. Certain fields are >mandatory. After user clicks Submit, I check to see >if they have been filled in. If they haven't, I display >an error message on a new page and instruct the user to >click the Back button and correct the error. This all >works fine. > >Unfortunately, when Macintosh users click the Back button >all of the information on the form is gone. This does >not happen to PC users. There is no meta refresh code >in the form page that would cause the page to reload.
I take it you're probably using IE 5. That's a decent piece of software, better (IMHO) than it's Windows counterpart, EXCEPT it doesn't handle forms worth a crap. I can't develop in it because you can't refresh a form post. Whereas you get a dialogue in all other versions of all other browsers asking you to click OK to refresh the post, IE 5 for Mac just drops them. And as you say, if you try and click your back button to submit the form again, the values are generally gone. Bummer! -- Bud Schneehagen - Tropical Web Creations _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ColdFusion Solutions / eCommerce Development [EMAIL PROTECTED] http://www.twcreations.com/ 954.721.3452 ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

