Re: IE8 crashes when back button clicked after sending email from PHP script [message #172179 is a reply to message #172178] |
Thu, 03 February 2011 10:19 |
Captain Paralytic
Messages: 204 Registered: September 2010
Karma:
|
Senior Member |
|
|
On Feb 3, 9:33 am, "P E Schoen" <p...@pstech-inc.com> wrote:
> I just finished a simple HTML form which asks for a password to access (and
> add to) an email list maintained in an SQlite database. The emails are
> displayed as <a href="mailto:A...@example.com">, so the addresses are
> clickable. It brings up my Windows Live Mail (which is part of IE8 in a
> way), but if I send an email or cancel, and then click the BACK <- button, I
> get a message that IE has stopped working. The email is sent OK, but this
> crash happens consistently. I have everything on my Apache xampp localhost.
> IE8 recovers and reloads the tab with my HTML form. The list of names and
> emails are just echoed to STDIN.
>
> Any ideas where to look or how to test for what's causing this?
Whatever is causing this is nothing to do with php per se, since the
browser has no knowledge of what causes a page to be delivered to it.
|
|
|