Javascript validation for spaces in text box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • malav123
    New Member
    • Feb 2008
    • 217

    #16
    Ya it's true....
    this will benificial for me also..
    thanks....

    Comment

    • gits
      Recognized Expert Moderator Expert
      • May 2007
      • 5388

      #17
      Originally posted by malav123
      Ya it's true....
      this will benificial for me also..
      thanks....
      no problem :) ... glad when it helps you ... and a note: whenever string-operations have to be done in javascript we could try to use regex for that. the downside of it is just the 'readability' ... sometimes regex looks very 'cryptic' and hard to read ...

      kind regards

      Comment

      • malav123
        New Member
        • Feb 2008
        • 217

        #18
        Originally posted by gits
        no problem :) ... glad when it helps you ... and a note: whenever string-operations have to be done in javascript we could try to use regex for that. the downside of it is just the 'readability' ... sometimes regex looks very 'cryptic' and hard to read ...

        kind regards
        Hi,
        i am using one check box in my project and when i clicks on check box one pannel opens, i have write the code for this on server side but i want to write the code of same in javascript... i mean on client side, so please give me solution for my problem....

        Comment

        • gits
          Recognized Expert Moderator Expert
          • May 2007
          • 5388

          #19
          Originally posted by malav123
          Hi,
          i am using one check box in my project and when i clicks on check box one pannel opens, i have write the code for this on server side but i want to write the code of same in javascript... i mean on client side, so please give me solution for my problem....
          since this is a very different question and doesn't belong to this thread i would recommend you to start a new thread regarding your NEW problem in the javascript forum ...

          kind regards
          MOD

          Comment

          • acoder
            Recognized Expert MVP
            • Nov 2006
            • 16032

            #20
            This is obviously a JavaScript problem thread. Moved to the JavaScript forum. Please post in the relevant forum in future.

            Moderator.

            Comment

            • malav123
              New Member
              • Feb 2008
              • 217

              #21
              Originally posted by acoder
              This is obviously a JavaScript problem thread. Moved to the JavaScript forum. Please post in the relevant forum in future.

              Moderator.

              Thanks for Suggestion...
              I am using your site from several days but i was using only .net section of Forums today i opens this section... so i will follow as you suggested from today...

              Comment

              • acoder
                Recognized Expert MVP
                • Nov 2006
                • 16032

                #22
                It was addressed to the OP (kiran83), but if you benefited, you're welcome.

                Comment

                Working...