All it's supposed to do is call a function called resetForm() on the main page which clears a form field and gives it focus. (the page this code is contained on is within an IFRAME)
Code: Select all
<script type="e;text/javascript"e;><!--
if(parent.resetForm)
parent.resetForm();
//-->
</script>Code: Select all
<script type="e;text/javascript"e;><!--
parent.resetForm();
//-->
</script>