trint,
I would remove the </script> element from after the input element.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
I tried that like this and got nothing.
<%@ Page language="c#" Codebehind="AdminMenu.aspx.cs"
AutoEventWireup="false" Inherits="TravelTesttoEcoDev1.AdminMenu" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>AdminMenu</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name=vs_defaultClientScript content="JavaScript">
<meta name=vs_targetSchema
content="
http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<input
type="text" onfocus="javascript:this.style.background='#090909';
onblur="javascript:this.style.background='#FFFFFF';"></script>
<form id="Form1" method="post" runat="server"><asp

anel id=Panel2
style="Z-INDEX: 100; LEFT: 0px; POSITION: absolute; TOP: 0px"
runat="server" Width="568px" Height="96px"
BackImageUrl="
http://mis12/travel10/travelmember_ban.jpg"
Wrap="False"></asp

anel><asp:label id=Label7 style="Z-INDEX: 101;
LEFT: 288px; POSITION: absolute; TOP: 104px" runat="server"
Width="184px" Font-Italic="True" Font-Size="X-Large"
ForeColor="CornflowerBlue" Font-Bold="True">Admin
Menu</asp:label><asp:button id=Button5 style="Z-INDEX: 102; LEFT: 80px;
POSITION: absolute; TOP: 248px" runat="server" Width="200px"
ForeColor="CornflowerBlue" Font-Bold="True" Text="Travel Dollars Earned
Report" BorderStyle="Solid"
BackColor="AliceBlue"></asp:button><asp:label id=Label8 style="Z-INDEX:
103; LEFT: 64px; POSITION: absolute; TOP: 208px" runat="server"
Width="240px" Font-Italic="True" Font-Size="Large"
ForeColor="CornflowerBlue" Font-Bold="True">View and Print
Reports</asp:label><asp:button id=Button1 style="Z-INDEX: 104; LEFT:
80px; POSITION: absolute; TOP: 280px" runat="server" Width="200px"
ForeColor="CornflowerBlue" Font-Bold="True" Text="Select Date Range
Report" BorderStyle="Solid"
BackColor="AliceBlue"></asp:button><asp:label id=Label1 style="Z-INDEX:
105; LEFT: 480px; POSITION: absolute; TOP: 208px" runat="server"
Width="216px" Font-Italic="True" Font-Size="Large"
ForeColor="CornflowerBlue" Font-Bold="True">Actions and
Changes</asp:label><asp:button id=Button4 style="Z-INDEX: 106; LEFT:
488px; POSITION: absolute; TOP: 248px" runat="server" Width="200px"
ForeColor="CornflowerBlue" Font-Bold="True" Text="Transfer Travel
Dollars" BorderStyle="Solid"
BackColor="AliceBlue"></asp:button><asp:button id=Button6
style="Z-INDEX: 107; LEFT: 488px; POSITION: absolute; TOP: 280px"
runat="server" Width="200px" ForeColor="CornflowerBlue"
Font-Bold="True" Text="Spend Travel Dollars" BorderStyle="Solid"
BackColor="AliceBlue"></asp:button><asp:button id=Button7
style="Z-INDEX: 108; LEFT: 488px; POSITION: absolute; TOP: 312px"
runat="server" Width="200px" ForeColor="CornflowerBlue"
Font-Bold="True" Text="Create a New Event" BorderStyle="Solid"
BackColor="AliceBlue"></asp:button><asp:button id=Button8
style="Z-INDEX: 109; LEFT: 488px; POSITION: absolute; TOP: 344px"
runat="server" Width="200px" ForeColor="CornflowerBlue"
Font-Bold="True" Text="Edit or Delete an Event" BorderStyle="Solid"
BackColor="AliceBlue"></asp:button><asp:button id=Button9
style="Z-INDEX: 110; LEFT: 488px; POSITION: absolute; TOP: 376px"
runat="server" Width="200px" ForeColor="CornflowerBlue"
Font-Bold="True" Text="Change Products" BorderStyle="Solid"
BackColor="AliceBlue"></asp:button><asp:button id=Button10
style="Z-INDEX: 111; LEFT: 80px; POSITION: absolute; TOP: 312px"
runat="server" Width="200px" ForeColor="CornflowerBlue"
Font-Bold="True" Text="Review Products" BorderStyle="Solid"
BackColor="AliceBlue"></asp:button><asp:button id=Button11
style="Z-INDEX: 112; LEFT: 488px; POSITION: absolute; TOP: 408px"
runat="server" Width="200px" ForeColor="CornflowerBlue"
Font-Bold="True" Text="End of Month Processing" BorderStyle="Solid"
BackColor="AliceBlue"></asp:button><asp:label id=Label4 style="Z-INDEX:
113; LEFT: 576px; POSITION: absolute; TOP: 8px" runat="server"
Width="152px" Font-Italic="True" ForeColor="CornflowerBlue"
Font-Bold="True">You are logged in as:</asp:label><asp:label id=Label6
style="Z-INDEX: 114; LEFT: 584px; POSITION: absolute; TOP: 32px"
runat="server" Width="224px" Font-Italic="True" Font-Size="Large"
ForeColor="CornflowerBlue" Font-Bold="True"></asp:label><asp:Label
id=Label2 style="Z-INDEX: 115; LEFT: 368px; POSITION: absolute; TOP:
312px" runat="server" Width="96px" Font-Size="Larger" ForeColor="Red"
Font-Bold="True" Font-Names="Agency FB">Try this
one---></asp:Label><asp:Label id=Label3 style="Z-INDEX: 116; LEFT:
296px; POSITION: absolute; TOP: 248px" runat="server" Width="96px"
Font-Bold="True" ForeColor="Red" Font-Size="Larger" Font-Names="Agency
FB"><---Try this one</asp:Label>
</form>
</body>
</HTML>