Click here to Skip to main content
15,906,455 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to create link from one page to a certain section in another Pin
titoni14-Apr-06 4:38
titoni14-Apr-06 4:38 
QuestionDrag and drop in Mozilla Pin
russellsoft11-Apr-06 3:11
russellsoft11-Apr-06 3:11 
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 
Hey all
I have a textbox with a max length of 5
the first three chars must be uppercase letters between [A-Z]
the final two chars must be between [0-9]

I am trying to do this as a regex function in the onChange Event using Javascript, but my Regular Expressions aren't very good.

currently I split the textbox.text into two string variables
str1 = orgID.substr(0,3);   // first three chars<br />
str2 = orgID.substr(4,5);   // last two chars


Then I run a (very) simple regex expression on each of these substrings.
How would I do this formatting without breaking orgID into 2 substrings?

Thanks for help

Jason

-- modified at 20:23 Monday 10th April, 2006
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 
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 

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.