Windows Vista Tips

Windows Vista Tips > Newsgroups > Internet Explorer > mappoint control on IE7 problem

Reply
Thread Tools Display Modes

mappoint control on IE7 problem

 
 
vcname
Guest
Posts: n/a

 
      10-22-2009
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.


 
Reply With Quote
 
 
 
 
rob^_^
Guest
Posts: n/a

 
      10-22-2009
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.
>

 
Reply With Quote
 
Donald Anadell
Guest
Posts: n/a

 
      10-22-2009

"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?


Have you also tried enabling "Binary and Script Behaviors" in the Internet
Zone. VML will not render unless that item is enabled.

Good luck,

Donald Anadell


>
> Thanks in advance.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Explorer has stopped working. Tim Rettammel Windows Vista Performance 26 10-20-2008 08:22 PM
Slow Vista startup Jedi940 Windows Vista Performance 1 01-13-2008 08:50 PM
Control Panel Problem I. Kumquat Windows Vista Performance 9 01-05-2008 12:05 PM
Audio Problem with 5.1 Speaker Configuration Derek Nunes Windows Vista Hardware 5 09-22-2007 03:36 PM
Re: control panel faild John Barnes Windows Vista Installation 5 01-08-2007 12:10 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59