On Thu, 29 May 2008, Marieke Vandamme wrote: > I noticed the same behavior in firefox, but for me everything works fine in > internet explorer. > My form is not working with ajax, but with the standard submit. > Is it browser specific or can I change the behavior in my code?
Probably it depends on the browser cache settings, you might get it working consistently by adding proper caching headers. (to never cache the page after pressing back button). You can debug it by looking at whthe requests your browser produces. Best wishes, Timo -- Timo Rantalaiho Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
