i have a login page (html) i need to transfer the username and the password to a text file using asp ...
<FORM method=post action=login.asp>
<INPUT id=email class=inputtext type=text name=email>
<INPUT id=pass class=inputpassword type=password name=pass>
</form>
i need this parametrs to be written in text file (notepad) using asp
Thanks Alot Guys !!