When I use the next script, the utput gives the save script, not a new windiws using this script
(By the way. Using Hotpspot connector > Hotspot >audiofile, it would be nice if the user could read where the sound file is about.)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Naamloos document</title>
</head>
<style type="text/css">
<!--
.stijl1 {
color: #FF0000;
font-weight: bold;
font-style: italic;
}
-->
</style>
<table width="200" border="1" cellspacing="2" cellpadding="2">
<tr>
<td bordercolor="#CCFF00" bgcolor="#FFFF00">a</td>
<td bordercolor="#CCFF00" bgcolor="#FFFF00"><strong>100</strong></td>
<td bordercolor="#CCFF00" bgcolor="#FFFF00">222A</td>
</tr>
<tr>
<td bgcolor="#66FFCC">b</td>
<td bgcolor="#66FFCC"><div align="right">299</div></td>
<td bgcolor="#66FFCC"><span class="stijl1">3ad#</span></td>
</tr>
<tr>
<td bgcolor="#FF9999">c</td>
<td bgcolor="#FF9999">102</td>
<td bgcolor="#FF9999">#11d</td>
</tr>
</table>
<body>
</body>
</html>