lavalamp
01-15-2004, 02:55 PM
That's just plain old HTML.
<form action="xxxxxxxxx.aspx" method="get">
<input type="text" name="username">
<input type="password" name="password">
</form>
tcollick
01-15-2004, 03:04 PM
Thanks Lavalamp,
Is it possible to give some more code that i can copy / paste.
at the moment all i have is two empty fields, and know way to submit and check the URL.
lavalamp
01-15-2004, 05:19 PM
Well I could give you some more code, but I don't know what code you want. It looks as though you have the login feature sorted because you are using ASP.net.
tcollick
01-15-2004, 05:26 PM
thanks lavalamp...ive worked it out, although I know nothing about asp...its a link to a partner site.
lavalamp
01-16-2004, 01:13 PM
Erm... thanks, so do I I guess.