Welcome to mirror list, hosted at ThFree Co, Russian Federation.

HtmlTextArea_Rows.aspx « HtmlTextArea « System_Web_UI_HtmlControls « MainsoftWebApp « mainsoft « Test « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aeea04132cfc46f788ed4a630554257a97c4f738 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<%@ Page Language="c#" AutoEventWireup="false" Codebehind="HtmlTextArea_Rows.aspx.cs" Inherits="GHTTests.System_Web_dll.System_Web_UI_HtmlControls.HtmlTextArea_Rows" %>
<%@ Register TagPrefix="cc1" Namespace="GHTWebControls" Assembly="MainsoftWebApp" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>HtmlTextArea_Rows</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<script LANGUAGE="JavaScript">
        function ScriptTest()
        {
            var theform;
		    if (window.navigator.appName.toLowerCase().indexOf("netscape") > -1) {
			    theform = document.forms["Form1"];
		    }
		    else {
			    theform = document.Form1;
		    }
        }
		</script>
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<P>
				<cc1:GHTSubTest id="GHTSubTest1" runat="server" Width="553px" Height="64px" Description="HtmlTextArea_Rows_1">
					<TEXTAREA id="TEXTAREA1" name="TEXTAREA1" rows="2" cols="20" runat="server">Sample Text</TEXTAREA>
				</cc1:GHTSubTest></P>
			<P>
				<cc1:GHTSubTest id="GHTSubTest2" runat="server" Height="64px" Width="553px" Description="HtmlTextArea_Rows_2">
					<TEXTAREA id="Textarea2" name="TEXTAREA2" rows="20" cols="20" runat="server">Sample Text</TEXTAREA></cc1:GHTSubTest></P>
			<P>
				<cc1:GHTSubTest id="GHTSubTest3" runat="server" Height="64px" Width="553px" Description="HtmlTextArea_Rows_3">
					<TEXTAREA id="Textarea3" name="TEXTAREA3" rows="-20" cols="20" runat="server">Sample Text</TEXTAREA></cc1:GHTSubTest></P>
			<P>
				<cc1:GHTSubTest id="GHTSubTest4" runat="server" Height="64px" Width="553px" Description="HtmlTextArea_Rows_4">
					<TEXTAREA id="Textarea4" name="TEXTAREA4" rows="0" cols="20" runat="server">Sample Text</TEXTAREA></cc1:GHTSubTest></P>
			<P>
				<cc1:GHTSubTest id="GHTSubTest5" runat="server" Height="64px" Width="553px" Description="HtmlTextArea_Rows_5">
					<TEXTAREA id="Textarea5" name="TEXTAREA5" rows="2" cols="20" runat="server">Sample Text</TEXTAREA></cc1:GHTSubTest>&nbsp;</P>
		</form>
	</body>
</HTML>