f_atencia 0 Junior Poster in Training

Hi all,

I have an XML File:
staff_record>
<staff>
<username>user1</username>
<password>password1</password>
</staff>
<staff>
<username>user2</username>
<password>password2</password>
</staff>
<staff>
<username>user3</username>
<password>password3</password>
</staff>
</staff_record>

I have a form (login.html) and I need to use an ASP page (login.asp) to redirect the user to home.asp when they have successfully logged in, based on the XML file above. Any help would be greatly appreciated.