T
tshad
I am finally splitting my code into 2 (code-behind).
This is what I have in the first few lines:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@ Page Language="VB" trace="false" debug="true" ContentType="text/html"
inherits="login" src="EELogin3.vb" ResponseEncoding="iso-8859-1" %>
<%@ Register TagPrefix="fts" TAgName="header"
src="..\includes\defaultHeaders.ascx" %>
<%@ Register TagPrefix="fts" TAgName="footer"
src="..\includes\staffingFooters.ascx" %>
<!-- #include file="..\includes\slidemenus.inc" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Add New Logon</title>
<link href="staffing.css" rel="stylesheet" type="text/css">
</head>
<body onLoad="document.forms[0].firstName.focus();">
<fts:header id=ctl1 runat="Server" />
I just want to make sure I have this all correct. I am not sure what I
don't need.
Thanks,
Tom
This is what I have in the first few lines:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@ Page Language="VB" trace="false" debug="true" ContentType="text/html"
inherits="login" src="EELogin3.vb" ResponseEncoding="iso-8859-1" %>
<%@ Register TagPrefix="fts" TAgName="header"
src="..\includes\defaultHeaders.ascx" %>
<%@ Register TagPrefix="fts" TAgName="footer"
src="..\includes\staffingFooters.ascx" %>
<!-- #include file="..\includes\slidemenus.inc" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Add New Logon</title>
<link href="staffing.css" rel="stylesheet" type="text/css">
</head>
<body onLoad="document.forms[0].firstName.focus();">
<fts:header id=ctl1 runat="Server" />
I just want to make sure I have this all correct. I am not sure what I
don't need.
Thanks,
Tom