Click here to Skip to main content
15,896,201 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: delete temp files on session end Pin
Guffa12-Feb-06 22:36
Guffa12-Feb-06 22:36 
GeneralRe: delete temp files on session end Pin
g00fyman12-Feb-06 22:47
g00fyman12-Feb-06 22:47 
AnswerRe: delete temp files on session end Pin
Guffa13-Feb-06 8:10
Guffa13-Feb-06 8:10 
GeneralRe: delete temp files on session end Pin
g00fyman13-Feb-06 10:47
g00fyman13-Feb-06 10:47 
AnswerRe: delete temp files on session end Pin
Guffa14-Feb-06 0:17
Guffa14-Feb-06 0:17 
QuestionUplload file to folder by use asp Pin
LienKim12-Feb-06 18:03
LienKim12-Feb-06 18:03 
AnswerRe: Uplload file to folder by use asp Pin
enjoycrack14-Feb-06 19:43
enjoycrack14-Feb-06 19:43 
QuestionJavascript question - validating dollar amount Pin
john_paul12-Feb-06 8:08
john_paul12-Feb-06 8:08 
I am trying to validate a text box as the user keys in the dollar amount. Using the below function, if the user keys in "a", it does the alert If I key in 10aa, I get the alert but if I key in 10a, I don't get the alert.

Any ideas about what I am doing wrong.

Thanks

John


function TestForNumber( obj, event )
{
var curChar = String.fromCharCode( event.keyCode );
var inpStr = obj.value + curChar;

result = inpStr.match( '^[0-9]+\.?[0-9]??[0-9]?$' );
if ( ! result )
{
event.returnValue = false;
event.cancel = true;
alert("Unapplied cash can only be numerical data")
}
}
AnswerRe: Javascript question - validating dollar amount Pin
Curtis Schlak.14-Feb-06 15:38
Curtis Schlak.14-Feb-06 15:38 
GeneralRe: Javascript question - validating dollar amount Pin
john_paul16-Feb-06 2:28
john_paul16-Feb-06 2:28 
QuestionCan somebody help with javascript Pin
beagle200312-Feb-06 1:01
beagle200312-Feb-06 1:01 
QuestionMerging transparency gif to another image and making thumbnails on fly Pin
dencis11-Feb-06 20:00
dencis11-Feb-06 20:00 
QuestionC# Web Service Starting Pin
Thirapong10-Feb-06 21:32
Thirapong10-Feb-06 21:32 
Questionasp, no exchange, activex, outlook Pin
tarantula310-Feb-06 21:08
tarantula310-Feb-06 21:08 
QuestionASP Module Loading / Framework Pin
__makaveli__10-Feb-06 5:30
__makaveli__10-Feb-06 5:30 
QuestionPurpose of session.LCID in asp Pin
idreesbadshah10-Feb-06 1:30
idreesbadshah10-Feb-06 1:30 
AnswerRe: Purpose of session.LCID in asp Pin
Guffa10-Feb-06 2:32
Guffa10-Feb-06 2:32 
QuestionASP File downloader Pin
Bongzino9-Feb-06 22:48
Bongzino9-Feb-06 22:48 
GeneralASP CSS file Pin
Bongzino9-Feb-06 22:18
Bongzino9-Feb-06 22:18 
AnswerRe: ASP CSS file Pin
Guffa9-Feb-06 22:50
Guffa9-Feb-06 22:50 
GeneralRe: ASP CSS file Pin
Bongzino10-Feb-06 2:10
Bongzino10-Feb-06 2:10 
Questionhierarchical Data Grid in j2ee Pin
Krishnendra Nandi9-Feb-06 19:20
Krishnendra Nandi9-Feb-06 19:20 
QuestionPop Up Window Reopening Pin
Ashishhere9-Feb-06 18:59
Ashishhere9-Feb-06 18:59 
Questionmailform.cgi replacement Pin
Jon Sagara9-Feb-06 18:39
Jon Sagara9-Feb-06 18:39 
AnswerRe: mailform.cgi replacement Pin
perlmunger10-Feb-06 12:02
perlmunger10-Feb-06 12:02 

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.