Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. otamez

    Can I use JavaScript Variable on Java/ Can I get input text in Java

    Your explanation help. I will explain the case in order to clarify it, I think I was not so clear while explaining the problem. </script> <script language=&quot;Javascript&quot;> function DateValidation() { var myVariable; // How can I get the typedDate value in Java like is shown in the...
  2. otamez

    Can I use JavaScript Variable on Java/ Can I get input text in Java

    When a user click a button I call a Java Script function &quot;validateFields&quot;. In this funciont I do some validations, regarding what they typed on the Input Text. I have a value in variable X that I need to use it on Java, because I also use Java in this function in order to process...
  3. otamez

    How to Call a bean from JavaScript

    How to call a bean from Java Script code when button clicked? Here is a piece of code on how it is the flow <script language=&quot;Javascript&quot;> function validatefields() { ...Code for validating fields !!HERE I WANT TO CALL A METHOD FROM MY BEAN!! }...

Part and Inventory Search

Back
Top