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
narasiman rao
NA
519
768.6k
convert numbers to words using java script
Sep 6 2012 6:43 AM
How to convert numbers into words javascript
<html xmlns="
http://www.w3.org/1999/
xhtml
" >
<head runat="server">
<title>Untitled Page</title>
<script type="text/javascript" src="toword.js">
</script>
</head>
<body>
<div>
<form name="test" action="Default.aspx">
<input type="text" name="inum" value="" size="18"/><br />
<input type="button" value="To Words" onclick="test.rnum.value = toWords(test.inum.value);"/><
br />
<textarea name="rnum" cols="40" rows="5"></textarea>
</form>
</div>
</body>
</html>
The above code i applies for converting numbers in to words.
but when i run the application
when
i type the number it is not converting into words why?
wat is the problem in the above code.please help me.
Reply
Answers (
1
)
passing checklistbox values from one form to anathor
C# using linq to sql