lectedindex))Р end ifР end subР sub add_click(sender as object,E mandeventargs)Р if textl.text<>""and path.value<>""thenР listboxl.items.add(trim(textl.text))Р listboxl.items(listboxl.items.count-1).value=trim(path.value)Р end ifР end subР</script>Р<html>Р<head>Р <title>图片管理器</title>Р</head>Р<body>Р <center>Р <h2><font color="green">你好,欢迎使用</font> Р <h2><font color="red">课程设计</font> Р <h2><font color="blue">图片管理器</font> Р <hr />Р </h2>Р </h2>Р </h2>Р </center>Р <center>Р <form runat="server">Р <asp:table id="tablel" runat="server" gridlines="both" width="500px" height="200px" horizontalign="center">Р <asp:tablerow>Р <asp:tablecell horizontalign="center">Р <asp:listbox id="listboxl" runat="server" selectionmode="single" rows="12" width="154px" height="175px"></asp:listbox>Р </asp:tablecell>