<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
</body>
<form method="POST" action="--WEBBOT-SELF--" name=a>
<!--webbot bot="SaveResults" U-File="C:\Documents and Settings\Menios\Desktop\_private\form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<p><input type="text" name="T1" size="20"><input type="button" value="Button" name="B1" onclick="aaa()"></p>
</form>
[b]<script language=javascript type=text/javascript >
function aaa()
{
while (document.a.T1.value.indexOf("'") != -1)
{
var WhereItIs;
WhereItIs = document.a.T1.value.indexOf("'");
document.a.T1.value = document.a.T1.value.substring(0, WhereItIs) + document.a.T1.value.substring(WhereItIs + 1);
}
}
</script>[/b]
</html>