The demonstration of the Infinite class classification tree node

Source: Internet
Author: User
Tags table definition
<!--
See a forum where someone sent a tree-type menu, the need for a lot of people, looked at the demo,
Seems not difficult to achieve, while Saturday is OK, then also wrote a
Theoretically support Unlimited class classification, send up to share with you!!
'--------------------------
Name: Infinite-level category tree Menu demo
Author: y0h
Last Updated: 2004-09-19 22:40
Environment: Asp+access
'//----------List table definition
' Create Table List (ID autoincrement,parentid long,title text, Url text (), Flag bit,childnum long,target text (10))
'--------------------------
-->
<style type=text/css>
body,td{font-size:13px;}
a:link {color: #442200; Text-decoration:none}
a:visited {color: #444400; Text-decoration:none}
a:hover {color: #442200; text-decoration:underline overline; Background-color: #FFFF00}
A.link1:link {color: #FF0000; Text-decoration:none}
a.link1:visited {color: #FF0000; Text-decoration:none}
a.link1:hover {color: #FF0000; text-decoration:none; Background-color: #eeeeee}
</Style>
<!--Someone asked the different styles of different links on the same page. How do you do that?-->
<!--add Node form-->
<div align= "center" id=load style= "Display:none;position:absolute;" >
<table bgcolor=ffffee width=250 style= "border:1px solid #dd8888;" ><form method=post action= "" name=form1>
&LT;TR&GT;&LT;TD align= "center" > Add Nodes </td></tr>
&LT;TR&GT;&LT;TD align= "center" >
<input type= "hidden" name= "ParentID" >
Title: <input type= "text" name= "title" ><BR>
Links: <input type= "text" name= "URL" ><BR>
Target: <input type= "text" name= "target" style= "width:70px" >
<select name= "" style= "width:75px" onchange= "Javascript:target.value=this.options[this.selectedindex].value;" >
<!--someone asked to change the value of a text box with a drop-down list. What do you mean, here it is.-->

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.