nag22
|
| Posted: 02/22/2005, 12:53 PM |
|
My internet explorer is getting closed when i open the application(PHP application built with code charge). i tried to login successfully . when i am trying to work on the application which is a web based its getting closed at the very moment
|
|
|
 |
Damian Hupfeld
|
| Posted: 02/22/2005, 1:58 PM |
|
Does this happen from any other computer?
Do you have any JS code in your file?
"nag22" <nag22@forum.codecharge> wrote in message
news:5421b9bcb27b1c@news.codecharge.com...
> My internet explorer is getting closed when i open the application(PHP
> application built with code charge). i tried to login successfully . when
> i am
> trying to work on the application which is a web based its getting closed
> at
> the very moment
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
nag22
|
| Posted: 02/22/2005, 3:01 PM |
|
i am getting this problem in some computers. i have js files in my code.
Quote Damian Hupfeld:
Does this happen from any other computer?
Do you have any JS code in your file?
"nag22" < nag22@forum.codecharge> wrote in message
news:5421b9bcb27b1c@news.codecharge.com...
> My internet explorer is getting closed when i open the application(PHP
> application built with code charge). i tried to login successfully . when
> i am
> trying to work on the application which is a web based its getting closed
> at
> the very moment
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
Damian Hupfeld
|
| Posted: 02/22/2005, 3:09 PM |
|
Try commenting your JS out and see if that is the cause.
"nag22" <nag22@forum.codecharge> wrote in message
news:5421bb9ccab88e@news.codecharge.com...
>i am getting this problem in some computers. i have js files in my code.
>
>
> Quote Damian Hupfeld:
> Does this happen from any other computer?
> Do you have any JS code in your file?
>
> "nag22" < nag22@forum.codecharge> wrote in message
> news:5421b9bcb27b1c@news.codecharge.com...
>> My internet explorer is getting closed when i open the application(PHP
>> application built with code charge). i tried to login successfully . when
>> i am
>> trying to work on the application which is a web based its getting
>> closed
>> at
>> the very moment
>> ---------------------------------------
>> Sent from YesSoftware forum
>> http://forums.codecharge.com/
>>
>
>
>
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
nag22
|
| Posted: 02/22/2005, 3:13 PM |
|
My application runs most of the pages with JS. so i cant comment the JS because it is required for my output pages. so what is the solution for it now. Thanks a lot for all your help
Quote Damian Hupfeld:
Try commenting your JS out and see if that is the cause.
"nag22" < nag22@forum.codecharge> wrote in message
news:5421bb9ccab88e@news.codecharge.com...
>i am getting this problem in some computers. i have js files in my code.
>
>
> Quote Damian Hupfeld:
> Does this happen from any other computer?
> Do you have any JS code in your file?
>
> "nag22" < nag22@forum.codecharge> wrote in message
> news:5421b9bcb27b1c@news.codecharge.com...
>> My internet explorer is getting closed when i open the application(PHP
>> application built with code charge). i tried to login successfully . when
>> i am
>> trying to work on the application which is a web based its getting
>> closed
>> at
>> the very moment
>> ---------------------------------------
>> Sent from YesSoftware forum
>> http://forums.codecharge.com/
>>
>
>
>
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 02/22/2005, 3:15 PM |
|
JS is OK, but buggy JS can be causing your problem.
Thus you may need to debug your Website by removing parts of your JS until you find the JS that causes your problem, then you don't need to remove it but fix it.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
nag22
|
| Posted: 02/22/2005, 3:27 PM |
|
when i try to run the same apllication in mozilla browser it is not giving any problem. but when i run in IE it is getting closed.
Quote peterr:
JS is OK, but buggy JS can be causing your problem.
Thus you may need to debug your Website by removing parts of your JS until you find the JS that causes your problem, then you don't need to remove it but fix it.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 02/22/2005, 3:32 PM |
|
Yes, looks like your JS is bad or something else on the page. Each browser will handle this differently. Obviously you have a problem and you can see that mozilla is ignoring it but IE isn't.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
nag22
|
| Posted: 02/23/2005, 6:55 AM |
|
Thanks all for your valuable help. If my JS is bad how can I debug my JS.
Becuase mine is a big application. And then again the problem is in some computers this is fine and some computers are getting problem.How can i really approach this problem.
Quote peterr:
Yes, looks like your JS is bad or something else on the page. Each browser will handle this differently. Obviously you have a problem and you can see that mozilla is ignoring it but IE isn't.
|
|
|
 |