<html><head><title>Test</title>
<script type="text/javascript">
<!--
var answer = prompt ("Wie hei�t du?","");
document.write ("Hallo " + answer );
// -->
</script></head>