Css 15
Css 15
<html>
<head>
</head>
<body>
<a href="http://www.htmlcenter.com"
onMouseOver="window.status='HTMLcenter';return true"
onMouseOut="window.status='';return true">
HTMLcenter
</a>
</body>
</html>
<html>
<head>
<title>Status Bar</title>
<script type="text/javascript">
function changeStatus() {
}
function changeDefaultStatus() {
window.defaultStatus =
window.document.statusForm.messageList.options[window.document.statusForm.messageList.
selectedIndex].text
//-->
</script>
</head>
<body>
<p> </p>
<p> </p>
<p align="center">
<strong>http://www.java2s.com</strong>
</font>
</p>
<p align="center">
</p>
<p align=center>
<font size="1">
To change the default status bar message, select a message from the
</font>
</p>
<option>A</option>
<option>B</option>
<option>C</option>
</select>
onclick="changeDefaultStatus()">
</form>
</body>
</html>