- From: Chris Lovett <clovett@m...>
- To: 'Éric Riblair' <eriblair@m...>, List XML <xml-dev@i...>
- Date: Wed, 21 Apr 1999 07:24:26 -0700
|
Éric, why
don't you try setting the width and height of the applet to 100% and 50
respectively, and then tell me whether you see a gray box (class not found by
VM) or a green box (applet loaded ok) or a red box (some problem loading the
XML) and what the message inside is. Thanks.
[Chris Lovett]
-----Original
Message----- From: Éric Riblair
[mailto:eriblair@m...] Sent: Tuesday, April 20, 1999 12:14
PM To: List XML Subject: MSXML uses with new IE5 VM ...
forget the previous message ...
Please ... Forget the previous message ...
Hi,
I had utilized MSXML in my application without
problems until upgrade for IE5 and the latest version of his virtual
machine ... I had read that the MSXML is now integrate in the VM ... but when
I'd try to load my files ... I have the error (... is not an object
!!!)
The definition of the objects look
like:
<applet code="com.ms.xml.dso.XMLDSO.class"
width="0" height="0" id="xmldso5" mayscript="true">
<param NAME="url"
VALUE="xml/PathogenicOrganisms.xml"> </applet>
How can I resolve the problem ...
|
|