View Source
Go Back to /jang/books/webprog/03jscript/example/alert2.asp
Go Back to WWW sandbox
<%title="Alert Window"%>
<!--#include file="head.inc"-->
<hr>

<SCRIPT  src="time.js"></SCRIPT>
<a href="javascript:alert('現在是 ' + currentTime())">現在時間</a>

<hr>
<!--#include file="foot.inc"-->