R
Ronald Huss
Running Windows XP Pro (SP2)
After installing MS08-058 (956390) Cumulative IE Security Patch, an internal
website with an organizational chart can't click through the java links on
the page.
On the page is also a set of tabs at the bottom of the page, these continue
to function correctly.
On a workstation that is effected, the removal of MS08-058 causes the
functionality to return.
Any ideas on how to fix this issue?
here is the source code of the webpage:
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<LINK REL="stylesheet" TYPE="text/css" HREF="Organigrammi.css">
<title>
Organigrammi
</title>
<style>
v\:* { behavior: url(#default#VML); }
</style>
<script src="Organigrammi_utilità .js"></script>
<script src="Organigrammi_vml_1.js"></script>
<script>
<!--
var m_viewMgr = new CViewMgr();
g_theApp.ActiveViewMgr = m_viewMgr;
m_viewMgr.ZoomIsPresent = true;
m_viewMgr.onResize = ViewMgrOnResize;
m_viewMgr.put_Zoom = ViewMgrSetZoom;
m_viewMgr.get_Zoom = ViewMgrGetZoom;
m_viewMgr.ApplyZoom = ViewMgrApplyZoom;
m_viewMgr.put_Location = null;
var cxmgn = 10;
var cymgn = 10;
// m_viewMgr.put_Location = ViewMgrSetVMLLocation;
var pageID = 0;
function BodyOnLoad ()
{
VMLLoadFunction ();
var pageIndex = PageIndexFromID (pageID);
if (pageIndex >= 0)
{
PageUpdated(pageIndex);
}
}
//-->
</script>
</head>
<body class="pageView" bgcolor="#FFFFFF" onload="javascript:BodyOnLoad()"
onresize="javascript:m_viewMgr.onResize()" onclick="clickMenu()">
<base target="_top">
<div id=menu1
onclick="clickMenu()"
onmouseover="toggleMenu()"
onmouseout="toggleMenu()"
style="position:absolute;
display:none;
border: 2px outset black;
width:220;
background-color:menu;
z-index:10">
</div>
<DIV id=VMLDiv>
<v:group id="ConvertedImage" style="width:4.212597in;height:4.000000in;"
coordSize="2106,2000" coordOrigin="-1000,-1000" >
<v:shapetype
id="VISSHAPE"
target="_parent"
coordsize="2106,2000"
coordorigin="-1000,-1000"
stroked="f"
strokecolor="red"
filled="t"<v:fill opacity="0.0"/>
</v:shapetype>
<v:shape
style="top:-1000.0;left:-1000.0;width:2106.3;height:2000.0;position:absolute"
coordSize="2106,2000" coordOrigin="-1000,-1000" >
<v:imagedata src="Organigrammi_vml_1.emz"/>
</v:shape>
<v:shape type="#VISSHAPE" href="javascript:GoToPageByID(5);" title="HR"
target="_parent"
style="top:-1000;left:-1000;width:2106;height:2000;position:absolute" path="
m -438,-28 l -438,-230 l -843,-230 l -843,-28 l -438,-28xe" />
<v:shape type="#VISSHAPE" href="javascript:GoToPageByID(4);" title="Finance"
target="_parent"
style="top:-1000;left:-1000;width:2106;height:2000;position:absolute" path="
m 534,-28 l 534,-230 l 129,-230 l 129,-28 l 534,-28xe" />
<v:shape type="#VISSHAPE" href="javascript:GoToPageByID(10);"
title="Regulatory" target="_parent"
style="top:-1000;left:-1000;width:2106;height:2000;position:absolute" path="
m -438,225 l -438,23 l -843,23 l -843,225 l -438,225xe" />
<v:shape type="#VISSHAPE" href="javascript:GoToPageByID(7);" title="IT"
target="_parent"
style="top:-1000;left:-1000;width:2106;height:2000;position:absolute" path="
m -438,478 l -438,276 l -843,276 l -843,478 l -438,478xe" />
<v:shape type="#VISSHAPE" href="javascript:GoToPageByID(11);" title="Sales"
target="_parent"
style="top:-1000;left:-1000;width:2106;height:2000;position:absolute" path="
m 534,225 l 534,23 l 129,23 l 129,225 l 534,225xe" />
<v:shape type="#VISSHAPE" href="javascript:GoToPageByID(8);"
title="Marketing" target="_parent"
style="top:-1000;left:-1000;width:2106;height:2000;position:absolute" path="
m 534,478 l 534,276 l 129,276 l 129,478 l 534,478xe" />
<v:shape type="#VISSHAPE" href="javascript:GoToPageByID(9);" title="Medical
Marketing" target="_parent"
style="top:-1000;left:-1000;width:2106;height:2000;position:absolute" path="
m 534,752 l 534,549 l 129,549 l 129,752 l 534,752xe" />
<v:shape type="#VISSHAPE" href="javascript:GoToPageByID(6);" title="GMS"
target="_parent"
style="top:-1000;left:-1000;width:2106;height:2000;position:absolute" path="
m -843,995 l -438,995 l -438,823 l -843,823 l -843,995xe" />
<v:shape type="#VISSHAPE" href="javascript:GoToPageByID(12);"
title="Organigrammi 7 ottobre 08.vsd" target="_parent"
style="top:-1000;left:-1000;width:2106;height:2000;position:absolute" path="
m 1071,-139 l 1071,-341 l 666,-341 l 666,-139 l 1071,-139xe" />
</v:group>
</DIV>
</body>
</html>
After installing MS08-058 (956390) Cumulative IE Security Patch, an internal
website with an organizational chart can't click through the java links on
the page.
On the page is also a set of tabs at the bottom of the page, these continue
to function correctly.
On a workstation that is effected, the removal of MS08-058 causes the
functionality to return.
Any ideas on how to fix this issue?
here is the source code of the webpage:
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<LINK REL="stylesheet" TYPE="text/css" HREF="Organigrammi.css">
<title>
Organigrammi
</title>
<style>
v\:* { behavior: url(#default#VML); }
</style>
<script src="Organigrammi_utilità .js"></script>
<script src="Organigrammi_vml_1.js"></script>
<script>
<!--
var m_viewMgr = new CViewMgr();
g_theApp.ActiveViewMgr = m_viewMgr;
m_viewMgr.ZoomIsPresent = true;
m_viewMgr.onResize = ViewMgrOnResize;
m_viewMgr.put_Zoom = ViewMgrSetZoom;
m_viewMgr.get_Zoom = ViewMgrGetZoom;
m_viewMgr.ApplyZoom = ViewMgrApplyZoom;
m_viewMgr.put_Location = null;
var cxmgn = 10;
var cymgn = 10;
// m_viewMgr.put_Location = ViewMgrSetVMLLocation;
var pageID = 0;
function BodyOnLoad ()
{
VMLLoadFunction ();
var pageIndex = PageIndexFromID (pageID);
if (pageIndex >= 0)
{
PageUpdated(pageIndex);
}
}
//-->
</script>
</head>
<body class="pageView" bgcolor="#FFFFFF" onload="javascript:BodyOnLoad()"
onresize="javascript:m_viewMgr.onResize()" onclick="clickMenu()">
<base target="_top">
<div id=menu1
onclick="clickMenu()"
onmouseover="toggleMenu()"
onmouseout="toggleMenu()"
style="position:absolute;
display:none;
border: 2px outset black;
width:220;
background-color:menu;
z-index:10">
</div>
<DIV id=VMLDiv>
<v:group id="ConvertedImage" style="width:4.212597in;height:4.000000in;"
coordSize="2106,2000" coordOrigin="-1000,-1000" >
<v:shapetype
id="VISSHAPE"
target="_parent"
coordsize="2106,2000"
coordorigin="-1000,-1000"
stroked="f"
strokecolor="red"
filled="t"<v:fill opacity="0.0"/>
</v:shapetype>
<v:shape
style="top:-1000.0;left:-1000.0;width:2106.3;height:2000.0;position:absolute"
coordSize="2106,2000" coordOrigin="-1000,-1000" >
<v:imagedata src="Organigrammi_vml_1.emz"/>
</v:shape>
<v:shape type="#VISSHAPE" href="javascript:GoToPageByID(5);" title="HR"
target="_parent"
style="top:-1000;left:-1000;width:2106;height:2000;position:absolute" path="
m -438,-28 l -438,-230 l -843,-230 l -843,-28 l -438,-28xe" />
<v:shape type="#VISSHAPE" href="javascript:GoToPageByID(4);" title="Finance"
target="_parent"
style="top:-1000;left:-1000;width:2106;height:2000;position:absolute" path="
m 534,-28 l 534,-230 l 129,-230 l 129,-28 l 534,-28xe" />
<v:shape type="#VISSHAPE" href="javascript:GoToPageByID(10);"
title="Regulatory" target="_parent"
style="top:-1000;left:-1000;width:2106;height:2000;position:absolute" path="
m -438,225 l -438,23 l -843,23 l -843,225 l -438,225xe" />
<v:shape type="#VISSHAPE" href="javascript:GoToPageByID(7);" title="IT"
target="_parent"
style="top:-1000;left:-1000;width:2106;height:2000;position:absolute" path="
m -438,478 l -438,276 l -843,276 l -843,478 l -438,478xe" />
<v:shape type="#VISSHAPE" href="javascript:GoToPageByID(11);" title="Sales"
target="_parent"
style="top:-1000;left:-1000;width:2106;height:2000;position:absolute" path="
m 534,225 l 534,23 l 129,23 l 129,225 l 534,225xe" />
<v:shape type="#VISSHAPE" href="javascript:GoToPageByID(8);"
title="Marketing" target="_parent"
style="top:-1000;left:-1000;width:2106;height:2000;position:absolute" path="
m 534,478 l 534,276 l 129,276 l 129,478 l 534,478xe" />
<v:shape type="#VISSHAPE" href="javascript:GoToPageByID(9);" title="Medical
Marketing" target="_parent"
style="top:-1000;left:-1000;width:2106;height:2000;position:absolute" path="
m 534,752 l 534,549 l 129,549 l 129,752 l 534,752xe" />
<v:shape type="#VISSHAPE" href="javascript:GoToPageByID(6);" title="GMS"
target="_parent"
style="top:-1000;left:-1000;width:2106;height:2000;position:absolute" path="
m -843,995 l -438,995 l -438,823 l -843,823 l -843,995xe" />
<v:shape type="#VISSHAPE" href="javascript:GoToPageByID(12);"
title="Organigrammi 7 ottobre 08.vsd" target="_parent"
style="top:-1000;left:-1000;width:2106;height:2000;position:absolute" path="
m 1071,-139 l 1071,-341 l 666,-341 l 666,-139 l 1071,-139xe" />
</v:group>
</DIV>
</body>
</html>