如下:

<html>

<body>
<script>
function disp_prompt()
{
	var name=prompt("请输入您的名字","xxx"); // 弹出input框
	alert(name);
}
</script>

<input type="button" οnclick="disp_prompt()" value="test" />

</body>
</html>
       靠谱。
 


本文转载:CSDN博客