Need help with login.

Need help with login.

Hi, I am a complete beginner. I got this code from a designer. It works in FireFox but not in IE8. In IE8 error says this type is not supported and type=password is highlighted in browser. It is using jquery-1.3.2. Thanks for your help
 
< div id ="loginarea">

< asp : Login

id ="Login1"

DestinationPageUrl ="~/Protected/home.aspx"

Orientation ="Horizontal"

VisibleWhenLoggedIn ="False"

DisplayRememberMe ="False" CreateUserText ="Register" CreateUserUrl ="~/Register.aspx"

TitleText =""

CssClass ="login"

Runat ="server" OnLoggedIn ="Login1_LoggedIn" BackColor ="#F7F7DE"

BorderColor ="#CCCC99" BorderStyle ="Solid" BorderWidth ="1px"

Font-Names ="Verdana" Font-Size ="10pt" >

< TitleTextStyle BackColor ="#6B696B" Font-Bold ="True" ForeColor ="#FFFFFF" />

</ asp : Login >

</ div >

    • Topic Participants

    • sg48