merge -r 60814:60815
[mono.git] / mcs / class / System.Web / Test / mainsoft / MainsoftWebApp / System_Web_UI_WebControls / DropDownList / DropDownList_BorderColor.aspx
1 <%@ Page Language="c#" AutoEventWireup="false" Codebehind="DropDownList_BorderColor.aspx.cs" Inherits="GHTTests.System_Web_dll.System_Web_UI_WebControls.DropDownList_BorderColor" %>
2 <%@ Register TagPrefix="cc1" Namespace="GHTWebControls" Assembly="MainsoftWebApp" %>
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
4 <HTML>
5         <HEAD>
6                 <title>DropDownList_BorderColor</title>
7                 <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
8                 <meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
9                 <meta content="JavaScript" name="vs_defaultClientScript">
10                 <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
11                 <script LANGUAGE="JavaScript">
12         function ScriptTest()
13         {
14             var theform;
15                     if (window.navigator.appName.toLowerCase().indexOf("netscape") > -1) {
16                             theform = document.forms["Form1"];
17                     }
18                     else {
19                             theform = document.Form1;
20                     }
21         }
22                 </script>
23         </HEAD>
24         <body MS_POSITIONING="GridLayout">
25                 <form id="Form1" method="post" runat="server">
26                         <cc1:GHTSubTest id="GHTSubTest1" style="Z-INDEX: 100; LEFT: 16px; POSITION: absolute; TOP: 15px"
27                                 runat="server" Width="128px" Height="32px">
28                                 <asp:DropDownList id="DropDownList1" runat="server" Width="120px" BorderColor="#ff00ff"></asp:DropDownList>
29                         </cc1:GHTSubTest>
30                         <cc1:GHTSubTest id="GHTSubTest5" style="Z-INDEX: 105; LEFT: 16px; POSITION: absolute; TOP: 232px"
31                                 runat="server" Height="32px" Width="128px">
32                                 <asp:DropDownList id="DropDownList5" runat="server" Width="120px" BorderColor="#be7b1a"></asp:DropDownList>
33                         </cc1:GHTSubTest>
34                         <cc1:GHTSubTest id="GHTSubTest4" style="Z-INDEX: 104; LEFT: 16px; POSITION: absolute; TOP: 184px"
35                                 runat="server" Height="32px" Width="128px">
36                                 <asp:DropDownList id="DropDownList4" runat="server" Width="120px" BorderColor="Navy"></asp:DropDownList>
37                         </cc1:GHTSubTest>
38                         <cc1:GHTSubTest id="GHTSubTest3" style="Z-INDEX: 103; LEFT: 16px; POSITION: absolute; TOP: 128px"
39                                 runat="server" Height="32px" Width="128px">
40                                 <asp:DropDownList id="DropDownList3" runat="server" Width="120px" BorderColor="LimeGreen"></asp:DropDownList>
41                         </cc1:GHTSubTest>
42                         <cc1:GHTSubTest id="GHTSubTest2" style="Z-INDEX: 101; LEFT: 16px; POSITION: absolute; TOP: 72px"
43                                 runat="server" Height="32px" Width="128px">
44                                 <asp:DropDownList id="DropDownList2" runat="server" Width="120px" BorderColor="#d4d0c8"></asp:DropDownList>
45                         </cc1:GHTSubTest>&nbsp;
46                 </form>
47                 <br>
48                 <br>
49         </body>
50 </HTML>