WRXSTi
Posts: 30 Joined: 2/7/2002 From: MA USA Status: offline
|
RE: Spooky Login 2-57 - 3/26/2002 8:42:11
Here is the link to the register.asp page. http://66.189.31.227:49990/login/register.asp Below I put in the bgcolor tags, but they fail to work. If ContinueRegister <> "True" OR NOT r_2stage_form OR r_use_authorize then%> <TR><TD colspan="2" bgcolor="#333399"><HR><%=txtEntUserName%></TD></TR> <%If r_allow_update AND (UserUpdate OR ChkUpdate = "True") then '--------------------------------------- ' Its an update, we dont need form boxes '---------------------------------------%> <TR><TD width="35%" class="txtBody" bgcolor="#333399" ><%=txtUserName%></TD> <TD width="65%" bgcolor="#333399" ><%=Username%></TD></TR><input type="hidden" Name="UserName" Value="<%=UserName%>"> <%Else '--------------------------------------- ' Register, show Username box '--------------------------------------- Call DoRegInputRow ("UserName",txtUserName,UserName,21,4,1) End If%> <TR><TD colspan='2' bgcolor="#333399" ><%=txtEntConfirm%></TD></TR> <% '--------------------------------------- ' Register, show Password boxes '--------------------------------------- Call DoRegInputRow ("T2",txtPassword,T2,21,7,1) Call DoRegInputRow ("T3",txtConfirm,T3,21,7,1) Else '--------------------------------------- ' Its part 2 of a 2 stage form '---------------------------------------%> <input type="hidden" bgcolor="#333399" Name="UserName" Value="<%=UserName%>"> <input type="hidden" bgcolor="#333399" Name="T2" Value="<%=T2%>"> <input type="hidden" bgcolor="#333399" Name="T3" Value="<%=T3%>"> <%End if '=============================================================== Me
|