Click here to Skip to main content
15,888,286 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: Javascript validation Pin
Shahriar Iqbal Chowdhury/Galib29-Sep-11 11:24
professionalShahriar Iqbal Chowdhury/Galib29-Sep-11 11:24 
AnswerRe: Javascript validation Pin
Graham Breach29-Sep-11 21:20
Graham Breach29-Sep-11 21:20 
GeneralRe: Javascript validation Pin
Manfred Rudolf Bihy29-Sep-11 22:31
professionalManfred Rudolf Bihy29-Sep-11 22:31 
GeneralRe: Javascript validation Pin
vanikanc30-Sep-11 3:48
vanikanc30-Sep-11 3:48 
AnswerRe: Javascript validation Pin
Luc Pattyn30-Sep-11 4:16
sitebuilderLuc Pattyn30-Sep-11 4:16 
GeneralRe: Javascript validation Pin
vanikanc30-Sep-11 5:37
vanikanc30-Sep-11 5:37 
GeneralRe: Javascript validation Pin
arya168514-Oct-11 7:33
arya168514-Oct-11 7:33 
AnswerRe: Javascript validation Pin
Mohibur Rashid2-Oct-11 19:11
professionalMohibur Rashid2-Oct-11 19:11 
The reason is you didnt use return statement. a simple example for your understanding.

HTML
<SCRIPT>
function Validate()
{
 if validation failed 
   return false;
 else return true;
}
</SCRIPT>
<form >
<input name=a>
<input name=b>
<input name='submit' type='submit' onClick="return Validate()">
</form>

QuestionRetry Cancel Pin
berba29-Sep-11 0:59
berba29-Sep-11 0:59 
AnswerRe: Retry Cancel Pin
twseitex29-Sep-11 9:15
twseitex29-Sep-11 9:15 
AnswerRe: Retry Cancel Pin
Mohibur Rashid2-Oct-11 19:06
professionalMohibur Rashid2-Oct-11 19:06 
GeneralRe: Retry Cancel Pin
berba3-Oct-11 5:14
berba3-Oct-11 5:14 
QuestionHow can i change regex to work in javascript Pin
AditSheth27-Sep-11 20:54
AditSheth27-Sep-11 20:54 
AnswerRe: How can i change regex to work in javascript Pin
Matt Meyer28-Sep-11 4:29
Matt Meyer28-Sep-11 4:29 
QuestionHow to use Jquery on a Dynamical created Textbox Pin
Vimalsoft(Pty) Ltd27-Sep-11 2:59
professionalVimalsoft(Pty) Ltd27-Sep-11 2:59 
AnswerRe: How to use Jquery on a Dynamical created Textbox Pin
AspDotNetDev27-Sep-11 7:42
protectorAspDotNetDev27-Sep-11 7:42 
AnswerRe: How to use Jquery on a Dynamical created Textbox Pin
AditSheth27-Sep-11 20:24
AditSheth27-Sep-11 20:24 
GeneralRe: How to use Jquery on a Dynamical created Textbox Pin
Vimalsoft(Pty) Ltd27-Sep-11 22:27
professionalVimalsoft(Pty) Ltd27-Sep-11 22:27 
GeneralRe: How to use Jquery on a Dynamical created Textbox Pin
AditSheth28-Sep-11 0:40
AditSheth28-Sep-11 0:40 
Questionhow to timer set image Pin
pravin thatar26-Sep-11 22:49
pravin thatar26-Sep-11 22:49 
QuestionWhat this code is doing? Pin
treuveni23-Sep-11 22:31
treuveni23-Sep-11 22:31 
AnswerRe: What this code is doing? Pin
André Kraak23-Sep-11 22:48
André Kraak23-Sep-11 22:48 
QuestionGoogle API v2 is Free? Pin
MaulikDusara23-Sep-11 19:58
MaulikDusara23-Sep-11 19:58 
AnswerRe: Google API v2 is Free? Pin
Richard MacCutchan23-Sep-11 22:57
mveRichard MacCutchan23-Sep-11 22:57 
QuestionJava script -Print Pin
kathyani21-Sep-11 2:13
kathyani21-Sep-11 2:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.