sure.
this is my code. Not yet completed. i felt like it is not a right way to handle it.
[HTML]<html>
<head>
<script type="text/javascript">
function check($char, obj){
if (obj.value > 100.0)
{
return false;
}
if (obj.value.leng th == 0 || obj.value.lengt h == 1)
{
if(($char >= 48 &&...
User Profile
Collapse
-
-
thanks for sending the js file.
i am very new to javascript, starting now.
thanks for the help.
well if you don't mind i need some help from you....Leave a comment:
-
-
Percentage validation in a textfield.
Hi,
Do any body have validation script for a textfield which is a percentage field where i should be able to enter values between 0.0 to 100.0
if user tries to enter any other value it should not accept.It should not even allow the user to enter.
I am in a urgent requirement.
Please any body help me out from this.
Thanks,
Lakshmi. -
Hi,
i am in a urgent need for this cursor position.
it exactly matches my requirement.
if you got the external js file for knowing the cursor position using javascript, please send it to me. its urgent.
thanks.
lakshmi....Leave a comment:
-
getting Null Pointer exception
hi,
I am developing an application using Java Applet which will be uploading files.
Its throwing Null Pointer exception while detecting the proxy when we are trying to load the applet using Java6.
It is working fine for Java5.
Here i am giving the piece of code where it is throwing me exception
protected void autoDetectProxy (URL url)
{
// Trying Java system variables.
...
No activity results to display
Show More
Leave a comment: