<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="ja-JP">
<head>
<meta http-equiv="content-type" content="text/html; charset=shift_jis">
<meta http-equiv="content-script-type" content="text/javascript">
<meta http-equiv="content-style-type" content="text/css">
<title>ステータスバーに文字を表示させない</title>
<script type="text/javascript">
<!--
function Lihimstatus(){
window.status = '';
return true;
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
document.onmouseover = Lihimstatus;
document.onmouseout = Lihimstatus;
// -->
</script>
</head>
<body>
<h1>ステータスバーに文字を表示させない</h1>
<p><a href="http://external-file.com/">JavaScript External File</a></p>
<p><a href="http://bulletin-board-system.com/">Web Bulletin Board System</a></p>
</body>
</html>
| HOME | 相互リンク集 | 初心者に分かりやすい JavaScript サンプル |
Copyright(C)2008 bisoy , All rights reserved.
Last Update: 6 / 25 / 2008 17:22:04 JST