Broswer closes when an button is clicked which should not.

  • Thread starter Thread starter Bala
  • Start date Start date
B

Bala

Internet Explorer browser is getting closed sometime when
an html button is clicked. Sometimes if the button is
clicked, it is connecting to the proper web site pages.

I come across this issues only in IE 6. I would like to
know what would be the problem and also need the answer
as early.

Let me explain the detailed issue what I would need an
answer as early as possible:

1. When I clicked a html button in my website home page,
it should take to the proper site page. Sometimes
the browser is closed. Sometimes it is taking to the
proper web site pages.
2. Since my website is dealing with the session cookies,
i have enabled cookies in my system by the follwing way,
1. Opened the TOOLS menu item at the top of the
browser screen.
2. Selected INTERNET OPTIONS.
3. Clicked on the PRIVACY tab at the top of the
dialog box.
4. Clicked on the ADVANCED button
5. Clicked on ALWAYS ALLOW SESSION COOKIES. (If the
radio buttons "ACCEPT" for first and third party
cookies are selected, then that is good enough.)
6. Clicked on OK and leaves the dialog box.
3. Selected the Restore Defaults in the INTERNET OPTIONS
for ADVANCED menu.
4. When I click the button in my home page, where the
server is in the intranet[ie., where the server is
running in the computer near to me and I have connected
through LAN, not online through www.abc.com], the browser
is taking to the proper web pages.

5. This problem occurs only if I open my website in the
internet.[that is, through www.abc.com]

6. My website is running in a server under the firewall.

Early waiting for the answer as fast as possible,

thanks and regards,
Bala.
(e-mail address removed)
 
Java issue?

Tools/internet options/advanced/Microsoft VM
....only tick the JIT compiler box and leave the Java boxes un checked
(default)
 
Hi,
I have enabled only the JIT compiler box.(default)..but
still the problem exists.

Awaiting for the help....

regards,
bala.
-----Original Message-----
Java issue?

Tools/internet options/advanced/Microsoft VM
....only tick the JIT compiler box and leave the Java boxes un checked
(default)

--

Henri Leboeuf
Web page: http://www.colba.net/~hlebo49/index.htm
===
Bala said:
Internet Explorer browser is getting closed sometime when
an html button is clicked. Sometimes if the button is
clicked, it is connecting to the proper web site pages.

I come across this issues only in IE 6. I would like to
know what would be the problem and also need the answer
as early.

Let me explain the detailed issue what I would need an
answer as early as possible:

1. When I clicked a html button in my website home page,
it should take to the proper site page. Sometimes
the browser is closed. Sometimes it is taking to the
proper web site pages.
2. Since my website is dealing with the session cookies,
i have enabled cookies in my system by the follwing way,
1. Opened the TOOLS menu item at the top of the
browser screen.
2. Selected INTERNET OPTIONS.
3. Clicked on the PRIVACY tab at the top of the
dialog box.
4. Clicked on the ADVANCED button
5. Clicked on ALWAYS ALLOW SESSION COOKIES. (If the
radio buttons "ACCEPT" for first and third party
cookies are selected, then that is good enough.)
6. Clicked on OK and leaves the dialog box.
3. Selected the Restore Defaults in the INTERNET OPTIONS
for ADVANCED menu.
4. When I click the button in my home page, where the
server is in the intranet[ie., where the server is
running in the computer near to me and I have connected
through LAN, not online through www.abc.com], the browser
is taking to the proper web pages.

5. This problem occurs only if I open my website in the
internet.[that is, through www.abc.com]

6. My website is running in a server under the firewall.

Early waiting for the answer as fast as possible,

thanks and regards,
Bala.
(e-mail address removed)

.
 
H Leboeuf said:
Java issue?

Henri,

Not today anyway. Did you try that page when you made that suggestion?
The only thing that I can see may be responsible for the symptom
is that there is some ActiveX stuff which gets generated by an IFRAME.
(Rightclick anywhere in the light blue background of the area titled Video player
and choose View Source to see this.)

<example>
document.write('<div style="visibility:hidden;"><object WIDTH="1" HEIGHT="1"
classid="CLSID:760C4B83-E211-11D2-BF3E-00805FBE84A6"
id="DrmStore"></object></div>');
document.write('<div style="visibility:hidden;"><object ID="WMPlay" WIDTH="1" HEIGHT="1"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="#Version=6,2,5,410"></object></div>');
</example>

According to RegEdit
drmstor.dll is responsible for the first object
and wmpdxm.dll is responsible for the second

According to depends.exe both could be re-registered using regsvr32 (only).


FYI

Robert Aldwinckle
---

Tools/internet options/advanced/Microsoft VM
...only tick the JIT compiler box and leave the Java boxes un checked
(default)

--

Henri Leboeuf
Web page: http://www.colba.net/~hlebo49/index.htm
===
Bala said:
Internet Explorer browser is getting closed sometime when
an html button is clicked. Sometimes if the button is
clicked, it is connecting to the proper web site pages.

I come across this issues only in IE 6. I would like to
know what would be the problem and also need the answer
as early.

Let me explain the detailed issue what I would need an
answer as early as possible:

1. When I clicked a html button in my website home page,
it should take to the proper site page. Sometimes
the browser is closed. Sometimes it is taking to the
proper web site pages.
2. Since my website is dealing with the session cookies,
i have enabled cookies in my system by the follwing way,
1. Opened the TOOLS menu item at the top of the
browser screen.
2. Selected INTERNET OPTIONS.
3. Clicked on the PRIVACY tab at the top of the
dialog box.
4. Clicked on the ADVANCED button
5. Clicked on ALWAYS ALLOW SESSION COOKIES. (If the
radio buttons "ACCEPT" for first and third party
cookies are selected, then that is good enough.)
6. Clicked on OK and leaves the dialog box.
3. Selected the Restore Defaults in the INTERNET OPTIONS
for ADVANCED menu.
4. When I click the button in my home page, where the
server is in the intranet[ie., where the server is
running in the computer near to me and I have connected
through LAN, not online through www.abc.com], the browser
is taking to the proper web pages.

5. This problem occurs only if I open my website in the
internet.[that is, through www.abc.com]

6. My website is running in a server under the firewall.

Early waiting for the answer as fast as possible,

thanks and regards,
Bala.
(e-mail address removed)
 
Back
Top