May 20, 2001 #1 athom ISP Joined Apr 4, 2001 Messages 20 Location CA I want to verified that a value is numeric in a form before to call an other page.thanks
May 20, 2001 #2 GIGN Programmer Joined Oct 6, 2000 Messages 1,082 Location NZ Try making a number out of it new Number() - returns NaN, if it was not numeric. Upvote 0 Downvote