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 SkipVought 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. sudeepta

    Calling Java Applet Method from JavaScript

    HI, I want to call an method in Java Applet from java script, can anybody please help me out solving this problem. Presently i am using following code but it is not working with IE but working with NEtscape import java.lang.String; public class test extends java.applet.Applet { public...
  2. sudeepta

    Calling Java methods from PHP

    Hi All, I have got stuck with this, please help me out. I want to call a java method in the client side, the java class would be the applet class. I want to pass an array of any type to the java method from PHP page at runtime, and then want to return something from the java method, which...
  3. sudeepta

    Changing state of a radio button at runtime in java

    Hi Mars, Thanks for your help... but what if I do not use swing. Sudeep
  4. sudeepta

    "cursor with hold" / "cursor without hold"

    As far as your query.... it seems that you are asking for some help basically on the database end.... Please specify if you are trying to use cursor functions from middle tier and not from the backend (database). Sudeep
  5. sudeepta

    Changing state of a radio button at runtime in java

    Hi, Can anyone help me sort out this problem. I have a form in java which has few fields and a radio button. Now after entering some values in a field and checking the radio button for something, i now press cancel so that all data entered in the fields is clear and also the state of radio...
  6. sudeepta

    IF esleif statement

    you can use the following. try using if(userType.equals("C")) { response.sendRedirect("http://localhost:8080/course/jsp/CustomerView.jsp"); } else if(userType.equals("B")) {...

Part and Inventory Search

Back
Top