TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sanyog Tomar
NA
23
0
That Code is not working in Mozilla .Can Any Body Help Me Out?
Aug 2 2010 1:34 AM
<script type="text/javascript" language="javascript">
//Function To Check Decimal Value
function ChkPrice(evt){
var pricesplit = evt.srcElement.value.split('.');
if (pricesplit.length > 2)
return false;
if (pricesplit.length == 2 && pricesplit[1].length >= 2)
return false;
}
</script>
Reply
Answers (
2
)
UI freezes occasionally
how to use this forum