javascript function
how to use function?
Function
<html>
<head>
<script type="text/javascript" >
function display(){
document.location.href="http://www.baidu.com"
}
</script>
</head>
<body>
<input type="button" value="test" onmouseover="display()">
</body>
</html>


浙公网安备 33010602011771号