Afra_Kitty
11-16-2005, 11:30 AM
Hello,
I am so new that I can't even spell it properly yet.
My intention is to create an HTML interface app with some javascript verification functions and JAVA.
The JAVA part has been done, I hope. It'll be used to do API calls.
My test html screen is just trying to access the JAVA programs, but I have not been successful. I have not been able to find the syntax.
<HTML>
<HEAD>
<TITLE>HtmlPage
</TITLE>
</HEAD>
<BODY>
<FORM METHOD="GET" name=TestOne>
<INPUT id=button1 type=button size=10 value="Get Schedules" name=button1 action='xxx.jsp' >
</FORM>
</BODY>
</HTML>
I am confused as there are two types of files: xxx.java and xxx.jsp
Can I use either one or is one compiled and the other needs to be compiled?
The above code, I thought would be the easiest way to test. Eventually, I will have to go through the javascript functions and then if all is fine, do the JAVA API calls.
I apologize if this question should not be in this category.
Any help is greatly appreciated. My eyes are burning from searching the net.
I am so new that I can't even spell it properly yet.
My intention is to create an HTML interface app with some javascript verification functions and JAVA.
The JAVA part has been done, I hope. It'll be used to do API calls.
My test html screen is just trying to access the JAVA programs, but I have not been successful. I have not been able to find the syntax.
<HTML>
<HEAD>
<TITLE>HtmlPage
</TITLE>
</HEAD>
<BODY>
<FORM METHOD="GET" name=TestOne>
<INPUT id=button1 type=button size=10 value="Get Schedules" name=button1 action='xxx.jsp' >
</FORM>
</BODY>
</HTML>
I am confused as there are two types of files: xxx.java and xxx.jsp
Can I use either one or is one compiled and the other needs to be compiled?
The above code, I thought would be the easiest way to test. Eventually, I will have to go through the javascript functions and then if all is fine, do the JAVA API calls.
I apologize if this question should not be in this category.
Any help is greatly appreciated. My eyes are burning from searching the net.