Click here to Skip to main content
15,924,553 members
Home / Discussions / Web Development
   

Web Development

 
QuestionMessage Box Alerting Pin
donle0698-Jun-06 11:42
donle0698-Jun-06 11:42 
AnswerRe: Message Box Alerting Pin
Steve Echols8-Jun-06 19:16
Steve Echols8-Jun-06 19:16 
QuestionCoding for a resume grabber Pin
SuperBert8-Jun-06 10:48
SuperBert8-Jun-06 10:48 
AnswerRe: Coding for a resume grabber Pin
SuperBert8-Jun-06 10:52
SuperBert8-Jun-06 10:52 
Questionimage javascript while run process Pin
raquidd228-Jun-06 6:37
raquidd228-Jun-06 6:37 
Questionnull reference, object reference not set to instance of object Pin
uglyeyes8-Jun-06 3:07
uglyeyes8-Jun-06 3:07 
AnswerRe: null reference, object reference not set to instance of object Pin
uglyeyes8-Jun-06 15:19
uglyeyes8-Jun-06 15:19 
Questionjavascirpt validation Pin
Goodway8-Jun-06 0:42
Goodway8-Jun-06 0:42 
Dear all, i need to do a javascript validation for a textbox,
this textbox is for the amount, the user can enter for example the value: 2 or 3.2 or 0.7
I should allow him to enter a digit and also ".", what is the simplest regular expression to do this.
The developer that worked previously on this project, put this regular expression:
var objRegExp = /(^-?\d\d*\.\d*$)|(^-?\d\d*$)|(^-?\.\d\d*$)/; I can't understand it specially the -? in the begining of each part, what exactly do the "-?" and also for which validation this regular expression is used.
Thanks.
AnswerRe: javascirpt validation Pin
WoutL8-Jun-06 1:39
WoutL8-Jun-06 1:39 
Questiondream weaver Pin
abdelhameed817-Jun-06 8:18
abdelhameed817-Jun-06 8:18 
QuestionHow i can get a free space for ASP.NET? Pin
yodern7-Jun-06 3:36
yodern7-Jun-06 3:36 
AnswerRe: How i can get a free space for ASP.NET? Pin
Guffa7-Jun-06 3:43
Guffa7-Jun-06 3:43 
GeneralRe: How i can get a free space for ASP.NET? Pin
yodern7-Jun-06 4:22
yodern7-Jun-06 4:22 
AnswerRe: How i can get a free space for ASP.NET? Pin
Vasudevan Deepak Kumar9-Jun-06 0:15
Vasudevan Deepak Kumar9-Jun-06 0:15 
QuestionIE7 JS Library LOCKS UP IE Pin
quantass7-Jun-06 0:58
quantass7-Jun-06 0:58 
QuestionActivex Control Pin
kumarprabhakar746-Jun-06 21:34
kumarprabhakar746-Jun-06 21:34 
QuestionBizare web service proxy server issue Pin
Mr Brown Shoes6-Jun-06 19:16
Mr Brown Shoes6-Jun-06 19:16 
AnswerRe: Bizare web service proxy server issue Pin
Mr Brown Shoes7-Jun-06 19:01
Mr Brown Shoes7-Jun-06 19:01 
QuestionIIS Log Parsing Pin
MrEyes6-Jun-06 11:30
MrEyes6-Jun-06 11:30 
Questionhow do i filling items in a drop down box in asp? Pin
keroed_edmond6-Jun-06 5:23
keroed_edmond6-Jun-06 5:23 
AnswerRe: how do i filling items in a drop down box in asp? Pin
CWIZO6-Jun-06 22:35
CWIZO6-Jun-06 22:35 
GeneralRe: how do i filling items in a drop down box in asp? Pin
AfriDiesel8-Jun-06 5:55
AfriDiesel8-Jun-06 5:55 
QuestionMigrating to .NET 2.0 Pin
Vlad Gabovich6-Jun-06 4:59
Vlad Gabovich6-Jun-06 4:59 
AnswerRe: Migrating to .NET 2.0 Pin
CWIZO6-Jun-06 22:37
CWIZO6-Jun-06 22:37 
AnswerRe: Migrating to .NET 2.0 Pin
Edbert P7-Jun-06 14:41
Edbert P7-Jun-06 14:41 

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.