Re: IE8 crashes when back button clicked after sending email from PHP script [message #172183 is a reply to message #172181] |
Thu, 03 February 2011 13:40 |
The Natural Philosoph
Messages: 993 Registered: September 2010
Karma:
|
Senior Member |
|
|
Beauregard T. Shagnasty wrote:
> P E Schoen wrote:
>
>> ... It brings up my Windows Live Mail (which is part of IE8 in a way),
>
> S'far as I know, WLM is a standalone application these days.
>
>> The error occurred on a line that was perfectly fine,
>
> Frequently, the error reports the line number _after_ the line that
> actually contains the misteak.
>
>> and even when I commented the line with // or */ .. /*.
>
> A block comment is: /* ... */ (not the other way)
>
>> Finally I found an unpaired single and or double quote, and a missing
>> ).
>
> I've always found that typing both the start/end quotes, parentheses, or
> whatever at the same time, then filling in the middle eliminates most of
> those kinds of errors.
>
Or use and editor with some kind of smarts. I have gotten used to Geany.
If my whole page turns orange, I have an unclosed quote somewhere.
|
|
|