java script querystring value hide

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #16
    Karthick, as a full member now, you should know that we expect your code to be posted in [CODE] tags (See How to Ask a Question).

    This makes it easier for our Experts to read and understand it. Failing to do so creates extra work for the moderators, thus wasting resources, otherwise available to answer the members' questions.

    Please use the tags in future.

    MODERATOR.

    Comment

    • karthickkuchanur
      New Member
      • Dec 2007
      • 156

      #17
      Originally posted by acoder
      Karthick, as a full member now, you should know that we expect your code to be posted in [CODE] tags (See How to Ask a Question).

      This makes it easier for our Experts to read and understand it. Failing to do so creates extra work for the moderators, thus wasting resources, otherwise available to answer the members' questions.

      Please use the tags in future.

      MODERATOR.
      Why i am not able to post the code means,i have doubts while i develop the code for my company,i am not have rights to post the code tp public sorry sir

      Comment

      • karthickkuchanur
        New Member
        • Dec 2007
        • 156

        #18
        Originally posted by acoder
        Karthick, as a full member now, you should know that we expect your code to be posted in [CODE] tags (See How to Ask a Question).

        This makes it easier for our Experts to read and understand it. Failing to do so creates extra work for the moderators, thus wasting resources, otherwise available to answer the members' questions.

        Please use the tags in future.

        MODERATOR.
        Why i am not able to post the code means,i have doubts while i develop the code for my company,i am not have rights to post the code to public sorry sir

        Comment

        • hsriat
          Recognized Expert Top Contributor
          • Jan 2008
          • 1653

          #19
          Originally posted by karthickkuchanu r
          Why i am not able to post the code means,i have doubts while i develop the code for my company,i am not have rights to post the code to public sorry sir
          Karthick,

          I have helped you as much as I could although it was difficult for me to understand your problem. I would suggest you to search for some good tutorials on google.

          Harpreet

          Comment

          • acoder
            Recognized Expert MVP
            • Nov 2006
            • 16032

            #20
            Originally posted by karthickkuchanu r
            Why i am not able to post the code means,i have doubts while i develop the code for my company,i am not have rights to post the code to public sorry sir
            I was referring to the code that you've already posted which was not enclosed within [code] tags.

            Comment

            • acoder
              Recognized Expert MVP
              • Nov 2006
              • 16032

              #21
              Originally posted by karthickkuchanu r
              [CODE=javascript]</form>

              function callEmployeeEdu cationalHistory ()
              {

              document.forms[0].action='/echain/hr/EducationalHist oryFetch.echn?& employeeCode=' +document.forms[0].employeeCode.v alue+'&employee Name=' +document.forms[0].employeeName.v alue +'&hrUnitName=' +document.forms[0].hrUnitName.val ue +'&type='+"EMPL OYEE";
              document.forms[0].submit();

              }

              [/CODE]if do like that i will the value in the browser,just i want to hide that info
              The values show because you added them to the action URL. If, instead, as hsriat has explained, you don't add them to the action URL,but let things be, the values will be POST-ed to the server. The only difference is that in your server-side code, you will need to retrieve them as POST values, not GET values.

              Comment

              • karthickkuchanur
                New Member
                • Dec 2007
                • 156

                #22
                Originally posted by hsriat
                Karthick,

                I have helped you as much as I could although it was difficult for me to understand your problem. I would suggest you to search for some good tutorials on google.

                Harpreet
                thank u very much for uderstandiing me

                Comment

                • hsriat
                  Recognized Expert Top Contributor
                  • Jan 2008
                  • 1653

                  #23
                  Originally posted by karthickkuchanu r
                  thank u very much for uderstandiing me
                  You are welcome.

                  Harpreet

                  Comment

                  Working...