Re: Broswer closes when an button is clicked which should not.

From: Robert Aldwinckle (robald_at_techemail.com)
Date: 07/21/04


Date: Wed, 21 Jul 2004 03:12:52 -0400


"H Leboeuf" <NoAddress@generation.invalid> wrote in message
news:10fd0jegn5f3957@corp.supernews.com...
> 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" <sbsbalaji@yahoo.com> wrote in message
> news:2d3c501c469a5$a2492740$a301280a@phx.gbl...
>> 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.
>> sbsbalaji@yahoo.com
>