<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="selectuser.js"></script>
<title></title>
</head>
<body>
<form>
Select a User:<!--下拉框-->
<select name="users" οnchange="showUser(this.value)">
<option value="1">kang</option>
<option value="2">zhai</option>
</select>
</form>
<p>
<div id="txtHint"><b>User Info Will Be Listed Here</b></div>
</p>
</body>
</html>
ajax 数据库交互(2)
最新推荐文章于 2024-11-05 21:37:11 发布