「JavaScript入門」a href=”” onclick のサンプル
例1
<a href="javascript:void(0);" onclick="kaku();" style="xxx">確認</a>
例2
<button type="submit" name="userLogin" onclick="xxx;return false;">
登録
</button>
Coding Changes the World
例1
<a href="javascript:void(0);" onclick="kaku();" style="xxx">確認</a>
例2
<button type="submit" name="userLogin" onclick="xxx;return false;">
登録
</button>