Hi VC,
Your body is headless.
See W3schools.com or validate your markup at validator.w3.org. Also note
that native VML is no longer supported in IE8.
Regards.
"vcname" <> wrote in message
news:...
> Hello,
>
> I have a problem to load mappoint activeX control on IE7. I have this
> small html file:
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html
> xmlns="http://www.w3.org/1999/xhtml"
> xmlns:v="urn:schemas-microsoft-com:vml"><head><meta
> http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
> /><title>Hidden Map Window</title><script language="javascript"
> src="/lib/modalWindow.js"></script>
>
> <script language="javascript">
>
>
> function initMap() {
>
>
> objMappointControl.NewMap(1);
>
> }
>
> </script>
>
> </head>
> <body >
>
> <object classid='CLSID:8F78D7FC-BAE4-46A4-A79A-052356AB3DD4'
> id="objMappointControl" height='100%' width='100%'>
> <param name=BorderStyle value=0>
> <param name=MousePointer value=0>
> <param name=TabStop value=-1>
> <param name=Appearance value=1>
> <param name=PaneState value=3>
> <param name=UnitsOfMeasure value=0>
> </object>
>
> <SCRIPT language="javascript">
> setTimeout("initMap();",2000);
> </SCRIPT>
>
>
> </body>
> </html>
>
> its working fine on IE6, but not on IE7. Have blank page.
>
> Also I set security Settings for Internet zone to be enabled for
> "Initialize and script ActiveX controls not marked as safe for
> scripting(not secure)", its help for IE6, but not for IE7. Can you help me
> with this problem?
>
> Thanks in advance.
>
|