Click to See Complete Forum and Search --> : Script Request


JDM71488
05-24-2003, 11:01 AM
Hello, I am using the "Login Coder" Password Protector Script... I am looking for a register script now... What I mean by that is I am 14 and do not understand Javascript so I need someone to make it for me so I can copy and paste it LOL :) THe Password Protector I am using requires the Username, and Password to be 8 characters (all lowercase alphabet) but they do not have to be the same, just 8 keys long... Here are the features I need on it...

*Your Name
*8 Letter Username
*8 Letter Re- Enter UN (Form will not Submit Unless Same)
*8 Letter Password
*8 Letter Re-Enter PW (Form Will Not Submit Unless Same)
*Email
*Re-Enter Email (Will not submit... blah blah)
*Submit Button (onclick send to me via email)
*Clear All (Dont need but would be nice)
*Form will not submit unless all fields are filled, and also the email field is validated...
*On submit of form will redirect you to a new page saying thank you for submitting... :)
*If possible could leave as much of this customizable as possible that way I can make it fit my site, and anyone else could use this could also...

I know this a lot, but I can only piece together the form part in the body and do not understand javascript at all... If someone would help me out, I would greatly appreciate it and would say thanks to you on my web site (Which wouldnt really make a difference b/c its just a personal web site :)... Next school year I will be learning how to program with JS, because of my program in my highschool... AOIT...

Thank You To All...

JDM

Q: When submit form via email on IE does that annoying "MSIE Prompt always have to come up saying are you sure you want to send this through email" crap?

Nevermore
05-24-2003, 11:21 AM
If you want to register users on your site you will need server-side script, not JavaScript. and yes, you can't bypass the security features in the browser, so the alert does always have to come up if you send email with javaScript.

khalidali63
05-24-2003, 11:35 AM
Originally posted by JDM71488

Q: When submit form via email on IE does that annoying "MSIE Prompt always have to come up saying are you sure you want to send this through email" crap?

There are several threads on this topic,just do forum search.
The best solutionis probably to use some type server side routine to forward your email message.