Click here to Skip to main content
15,898,373 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Drag and drop in Mozilla Pin
russellsoft12-Apr-06 21:01
russellsoft12-Apr-06 21:01 
QuestionIntranet Process Flow Pin
Tim Carmichael11-Apr-06 3:09
Tim Carmichael11-Apr-06 3:09 
Questionaccess to crystal report denied Pin
Krish_Learner11-Apr-06 2:15
Krish_Learner11-Apr-06 2:15 
AnswerRe: access to crystal report denied Pin
titoni14-Apr-06 4:34
titoni14-Apr-06 4:34 
QuestionOnline Radio Pin
Junyor11-Apr-06 2:02
Junyor11-Apr-06 2:02 
QuestionInput Text Mask Pin
jcrussell10-Apr-06 14:22
jcrussell10-Apr-06 14:22 
AnswerRe: Input Text Mask Pin
alexey N10-Apr-06 19:31
alexey N10-Apr-06 19:31 
AnswerRe: Input Text Mask Pin
WoutL11-Apr-06 1:59
WoutL11-Apr-06 1:59 
I am not sure what you exactly want, but if you only want to test the format of the string you can use:
<br />
var re = /[A-Z]{3}\d{2}/;<br />
<br />
if(re.test(orgID))<br />
{<br />
   ...<br />
}<br />


Wout Louwers
GeneralRe: Input Text Mask Pin
jcrussell19-Apr-06 21:39
jcrussell19-Apr-06 21:39 
Questiondiv style.height Pin
CoolASL10-Apr-06 7:16
CoolASL10-Apr-06 7:16 
AnswerRe: div style.height Pin
Guffa10-Apr-06 8:42
Guffa10-Apr-06 8:42 
GeneralRe: div style.height Pin
CoolASL11-Apr-06 4:14
CoolASL11-Apr-06 4:14 
AnswerRe: div style.height Pin
Guffa11-Apr-06 4:20
Guffa11-Apr-06 4:20 
GeneralRe: div style.height Pin
CoolASL11-Apr-06 4:30
CoolASL11-Apr-06 4:30 
QuestionJSP NOTES Pin
pradeepbhat10-Apr-06 7:10
pradeepbhat10-Apr-06 7:10 
QuestionHow does Eolas Patent Lawsuit affect the way .NET Web Controls' behavior? Pin
Hashir Zuberi10-Apr-06 1:25
Hashir Zuberi10-Apr-06 1:25 
GeneralRe: How does Eolas Patent Lawsuit affect the way .NET Web Controls' behavior? Pin
Guffa10-Apr-06 2:35
Guffa10-Apr-06 2:35 
QuestionWhy do not Upload a file on host by ASP Pin
Thangnc10-Apr-06 0:19
Thangnc10-Apr-06 0:19 
AnswerRe: Why do not Upload a file on host by ASP Pin
CWIZO10-Apr-06 2:02
CWIZO10-Apr-06 2:02 
QuestionIs this IFrame javascript code correct? Pin
KaKa'9-Apr-06 23:10
KaKa'9-Apr-06 23:10 
AnswerRe: Is this IFrame javascript code correct? Pin
Vasudevan Deepak Kumar9-Apr-06 23:51
Vasudevan Deepak Kumar9-Apr-06 23:51 
QuestionFORM method Pin
Amol Ravatale9-Apr-06 22:48
Amol Ravatale9-Apr-06 22:48 
AnswerRe: FORM method Pin
Vasudevan Deepak Kumar9-Apr-06 23:50
Vasudevan Deepak Kumar9-Apr-06 23:50 
AnswerRe: FORM method Pin
Guffa10-Apr-06 1:09
Guffa10-Apr-06 1:09 
QuestionIHTMLSelectElement onchange event Pin
abhishekks9-Apr-06 21:15
abhishekks9-Apr-06 21:15 

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.