Many thanks for your help. Im really grateful =D
Cheers.
User Profile
Collapse
-
You can perhaps try to notify the parent window which hold the frame.Leave a comment:
-
ok so i add
[CODE=javascript]var exp = /^\d{4}\/\d{4}$/;
if (exp.test(strin g)){
blnAllOkay = true;
} else {
blnAllOkay = false;
}[/CODE]
ok then what should i do to split the string? and yeah i need to make sure that the year difference is one year. thanks....Leave a comment:
-
Is it possible for you to post your codes? possibly the frame setLeave a comment:
-
Did the frames still loading? sometimes the progress bar still run when the site was loaded.
Try to run the site without the frames.Leave a comment:
-
Validating string format in javascript
Hi, anyone is willing to help me to do JavaScript validation for a textbox so that we can only enter correct values in the textbox which is [Year 1 in 4 digits]/[Year 2 in 4 digits] and Year 2 must be greater than Year 1. Example is like 2008/2009 while 2009/2008 is not valid. Any help would be appreciated. Thanks
No activity results to display
Show More
Leave a comment: