RegExp post on Wikicodia

  • Thread starter Mohammad Abou-Basha
  • Start date
M

Mohammad Abou-Basha

Hello,

I've just posted a snippet on JavaScript RegExp, it's still a stub
http://www.wikicodia.com/wiki/JavaScript_Regular_expression

Please help me to expand it and put all information about the topic so
we can reference it anytime and close it. Also there may be some
English mistakes, I'm sorry, I'm not a native language speaker.

Regards,
Mohammad Abou-Basha
Wikicodia Admin
 
T

Thomas 'PointedEars' Lahn

E

Evertjan.

Mohammad Abou-Basha wrote on 22 sep 2007 in comp.lang.javascript:
Hello,

I've just posted a snippet on JavaScript RegExp, it's still a stub
http://www.wikicodia.com/wiki/JavaScript_Regular_expression

Please help me to expand it and put all information about the topic so
we can reference it anytime and close it. Also there may be some
English mistakes, I'm sorry, I'm not a native language speaker.

If you posted this:

<form method='post'>
<input name="emailTextBox" type="text">
<input type="button"
onClick="return validateEmail(this.form.emailTextBox)"
value="Validate" />
</form>

change this to:

<form method='post'
onsubmit="return validateEmail(this.form.emailTextBox)">
<input name="emailTextBox" type="text">
<input type="submit" value="Validate">
</form>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,681
Members
48,796
Latest member
Greg L.

Latest Threads

Top