⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exampleselectboxes.php

📁 examples ajax + php tutorial
💻 PHP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html dir="ltr" lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 
	<title>Example: Interdependent select boxes</title>
	<style type="text/css">
		@import 'selectBoxes.css';
	</style>
	<script type="text/javascript" src="selectBoxes.js">
	</script>
</head>
<body>
<h1>See our flight offers</h1>
<form action="exampleSelectBoxes.php" method="post">
  <div id="formOutput"> 
   <?php include('selectBoxes.php');?>
  </div>
  <p class="submit"><input type="submit" name="select" 
  id="select" value="Choose" /></p>
</form>


</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -