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...
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...
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
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...
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"))
{...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.