User Profile

Collapse

Profile Sidebar

Collapse
sunita jadhav
sunita jadhav
Last Activity: Apr 14 '08, 03:59 AM
Joined: Feb 27 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hellow frnd i read ur reply & ur code but i want a dateformating using onkeypress event so plz help me .I give the example of my problem suppose i type the date in textbox as 03/26/2008 first is month then date then year if suppose i want to change the 6 and enter 7 at that position then i get the output like 03/2/20087 means 7 is enter at last position but i want to output like 03/27/2008 i was send my code three times so plz help me.It's urgent...
    See more | Go to post

    Leave a comment:


  • digit insert problem at editing position

    hellow frnd following is my code i have some problem in my code.The following code is about date formating in which i type the date in given format i.e mm/dd/yyyy then date is type in given format but if i delete or edit the any digit then after the editing then i can not insert the digit in deleted or edit position.consid er example if i type the date 03/24/2008 then i want to edit or delete...
    See more | Go to post
    Last edited by acoder; Mar 25 '08, 01:45 PM. Reason: Added code tags

    Leave a comment:


  • key press issue on textfeild

    my question is if i type in html textbox on key press event suppose i type 12/03/2008 values in textbox then i delete or edit any value of text box suppose i edit 3 and i insert the value 6 at 3 but i have face problem that is if i insert 6 at 3 this value is not insert at 3 it insert last positon i.e after last value .In given example the value is appned or insert after 5 then output is 12/0/20006 but...
    See more | Go to post
    Last edited by acoder; Mar 17 '08, 11:22 AM. Reason: Added code tags

    Leave a comment:


  • textfeild issue on key press

    my question is if i type in html textbox on key press event suppose i type 12/03/2008 values in textbox then i delete or edit any value of text box suppose i edit 3 and i insert the value 6 at 3 but i have face problem that is if i insert 6 at 3 this value is not insert at 3 it insert last positon i.e after last value .In given example the value is appned or insert after 5 then output is 12/0/20006 but...
    See more | Go to post
    Last edited by gits; Mar 16 '08, 09:16 AM. Reason: added code tags

    Leave a comment:


  • textfield issue on key press - digit insert problem at editing position

    my question is if i type in html textbox on key press event suppose i type 12345 values in textbox then i delete or edit any value of text box suppose i edit 3 and i insert the value 6 at 3 but i have face problem that is if i insert 6 at 3 this value is not insert at 3 it insert last positon i.e after last value .In given example the value is appned or insert after 5 then output is 12456 but i have want the output 12645 and i also give the maxlength...
    See more | Go to post

  • Hellow frnd

    How i store the previous value of temp when key is press i got next value of temp but also want the previous value of temp. plz reply me

    [HTML]<html>
    <head>
    <script type="text/javascript">

    var cnt=0;
    var inc=0;

    var strSeparatorArr ay=new Array("-","/","!","@","#"," $","%","^","&", "*","(",")","_" ,"+","+","|",": ","{","}","[","]","?","."," ,","...
    See more | Go to post
    Last edited by acoder; Mar 11 '08, 03:26 PM. Reason: Added code tags

    Leave a comment:


  • onkeypress store previous value of a variable

    How store the previous value of a variable when i use onkeypress event in javascript
    See more | Go to post

  • Date Masking of all format using javascript

    How can i mask the date format for all types of date format in a single function using javascript
    See more | Go to post
No activity results to display
Show More
Working...