Jump to content

S L A C K E R

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

S L A C K E R's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Basically, I'd like to allow spaces as well with my registration. Can someone tell me what I need to alter / change to allow this. The current code is: if (document.mainForm.userName.value.length=='') { alert("Please enter a user name."); document.mainForm.userName.focus(); return enable_submit(); } if (!inValidCharSet(document.mainForm.userName.value,"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_ ")) { alert("Only letters, numbers, and underscores are allowed in usernames"); document.mainForm.userName.focus(); return enable_submit(); Thanks!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.