Home > Archive > PHP DB > February 2006 > Re: [PHP-DB] R6025 Error. .
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PHP-DB] R6025 Error. .
|
|
| Aman Patel 2005-05-11, 3:57 pm |
| Ng Hwee Hwee wrote:
> hi all,
>
> this R6025 error is driving me nuts!!! anyone who can help me?
> thanx a million!!
>
Full error details are described here:
http://support.microsoft.com/defaul...kb;en-us;125749
To the best of my knowledge and after some googling, I found three
possible causes for this error in internet explorer:
1) A javascript in your page is generating the error.
2) A plugin you are using in internet explorer is causing the error.
3) Some application is causing the error when it interacts with Internet
explorer or vice versa (eg. office toolbar, acrobat toolbar, norton av
hooks etc).
The only suggestion I have to troubleshoot this is to "shut" off each of
these one by one and see if you can reproduce the error. I haven't
experienced this myself, so I don't have more suggestions on fixing it.
thanks,
Aman Patel
| |
| MrFennec 2006-02-23, 10:04 am |
| I just have the same error on IE with Win XP. The source was a line in my CSS. For information, it was a float:left on an input tag with a class. Then, this error can come from a stylesheet too.
quote: Originally posted by Aman Patel
Ng Hwee Hwee wrote:
> hi all,
>
> this R6025 error is driving me nuts!!! anyone who can help me?
> thanx a million!!
>
Full error details are described here:
http://support.microsoft.com/defaul...kb;en-us;125749
To the best of my knowledge and after some googling, I found three
possible causes for this error in internet explorer:
1) A javascript in your page is generating the error.
2) A plugin you are using in internet explorer is causing the error.
3) Some application is causing the error when it interacts with Internet
explorer or vice versa (eg. office toolbar, acrobat toolbar, norton av
hooks etc).
The only suggestion I have to troubleshoot this is to "shut" off each of
these one by one and see if you can reproduce the error. I haven't
experienced this myself, so I don't have more suggestions on fixing it.
thanks,
Aman Patel
float left |
|
|
|
|