User Profile

Collapse

Profile Sidebar

Collapse
MRamaLakshmi
MRamaLakshmi
Last Activity: Nov 26 '08, 07:19 AM
Joined: Jun 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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 &&...
    See more | Go to post
    Last edited by gits; Oct 30 '08, 08:56 PM. Reason: added code tags

    Leave a comment:


  • MRamaLakshmi
    replied to Text box cursor location
    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....
    See more | Go to post

    Leave a comment:


  • MRamaLakshmi
    replied to Text box cursor location
    the source is pointing to some external js file....
    See more | Go to post

    Leave a comment:


  • MRamaLakshmi
    started a topic Percentage validation in a textfield.

    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.
    See more | Go to post

  • MRamaLakshmi
    replied to Text box cursor location
    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....
    See more | Go to post

    Leave a comment:


  • MRamaLakshmi
    started a topic getting Null Pointer exception
    in Java

    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.
    ...
    See more | Go to post
No activity results to display
Show More
Working...