ページが読み込まれた時に実行

<script type="text/javascript">
<!--
function func() {
 処理内容を記入
}
window.onload = func;
// -->
</script>

0 件のコメント: