2013年9月6日星期五

html how to achieve the same form to place three buttons to jump to a different url

A Save button to submit the data , two back button to jump to a different url
------ Solution ------------------------- -------------------
is this it
<!DOCTYPE html>
<html>
<head>
<script>
function jump01(){
location.href='wwww.baidu.com'
}
</script>
</head>
<body>

<input type='button' value='exa' onclick='jump01()'/>
</body>
</html>

没有评论:

发表评论