hi raj..
you may do something like:
<form id="myForm" action="some.jsp" method=post>
  <input type=hidden name=password value=something>
</form>
<a onClick="return myFunct()">blabla</a>

<script language="JavaScript">
  function myFunct() {
    myForm.submit();
  }
</script>

i hope this will help you

regards,
stefan bushev


>From: Raj S <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>     reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Encrypt and Decrypt Password
>Date: Mon, 18 Sep 2000 01:36:05 GMT
>
>Hi,
>   How can I pass the value of a password without it being visible to the
>user on the browser?
>I will be passing it through <a href> link,but the value of the password
>will be visible.
>Is it possible to encrypt while passing and decrypt back to original value
>in the othe JSP?
>If someone has written a code in this,it would be really helpful if you
>could share it.
>
>Thanks,
>Raj
>
>_________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>Share information about yourself, create your own public profile at
>http://profiles.msn.com.
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>http://java.sun.com/products/jsp/faq.html
>http://www.esperanto.org.nz/jsp/jspfaq.html
>http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to