<h1>執行計算</h1>

<form id='myform'>
	輸入一串算式,我來幫你計算一下<br />
	<input name='cal' style='width: 200px;' /><br />
	<input type='button' onclick='gogo()' value='按我開始計算' />
</form>

<div id='res'>等等輸出結果</div>
<div id='msg'>有啥問題?</div>