Click to See Complete Forum and Search --> : Username And Password form or something
NutroniC
04-14-2003, 08:36 AM
I am new to all this Java Script stuff and I was wondering how I could have a 'form' on my site that allows people to enter a username and password that gets emailed to me straight away. I know this is possible because I have seen it on a few sites but the webmasters either dont answer my question on how its done or just dont reply. Can anyone here help. Thats the only thing I want it to do. Thanks :confused:
khalidali63
04-14-2003, 08:42 AM
You creae 2 input fields ina form
1. userName
2. password
then add your email address in the forms action attribute
action="mailto:yourEmail@email.com" make sure the enctype="text/plain"
Cheers
Khalid
NutroniC
04-14-2003, 10:35 AM
Originally posted by khalidali63
You creae 2 input fields ina form
1. userName
2. password
then add your email address in the forms action attribute
action="mailto:yourEmail@email.com" make sure the enctype="text/plain"
Cheers
Khalid
i am using net Objects 7 if your using that I could do with a step by step guide sent to my email addy which is here (nutronicnews@radio.fm) if not i will figure it out some how lol. Anyways thanks