<script language="JavaScript"> function doit() { bResult = clipboardData.getData("Text"); alert(bResult); } </script>