After a while to move the Drop-down menu, share, hoping someone can continue to improve.
Source: Internet
Author: User
Menu | dropdown PHP Code:--------------------------------------------------------------------------------
<title>List</title>
<meta http-equiv= "Content-type" content= "text/html; charset=?????? " >
?
if (! ($link = mysql_connect ())) {
Fatal ("Could not connect to the local MySQL server.");
}
if (!mysql_select_db ("Loaction", $link))
{
Mysql_close ($link);
Fatal ("Could not select Database <b>parsersample</b>.");
}
$sql = "Select * from District ORDER by LocationID ASC";
$query =mysql_query ($sql, $link);
?>
<script language = "JavaScript" >
function Getcity (LocationID)
{
Document. FormData.City.length = 0;
var Locationid=locationid;
var i;
Document. Formdata.city.options[0] = new Option (' = = the region of the selected city = = ', ');
For (I=0;i < onecount; i++)
{
if (subcat[i][1] = = LocationID)
{
Document. Formdata.city.options[document. FormData.City.length] = new Option (subcat[i][0], subcat[i][2]);
}
}
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service