Hi,
I have a problem when i clicked on hotspot in CGM figure. In my software I entered the following code:
<html><head><title></title>
<script language=\"javascript\" type=\"text/javascript\" for=\"ivx1\" event=\"H**bleep**(nMouseBtn, lRefID, strName, strViewPortName, strViewPortFile)\">
if (nMouseBtn == 1)
document.location =\"isn_\"+strName
</script>
<script language=\"javascript\" type=\"text/javascript\">function highlightHotSpot(hotspot,old_hotFigure) {ivx1.HighlightHotspot (0, old_hotFigure, 0, 255); ivx1.HighlightHotspot(0, hotspot, 2, 255)}</script>"
</head>
<body onLoad=\"ivx1.HighlightHotspot(0, '10', 2, 255)\"><object id=\"ivx1\" type= \"application/x-isoview\" data=\"cgm.cgm\" width=\"100%\" height=\"100%\"><param name=\"src\" value=\""+figura.getAbsolutePath()+"\"/></object></body></html>
In windows 7 it works, instead in windows 10 no. How can I solve the problem?
Thanks
Alessandro