-
I am pretty new to JavaScript/Java world.
I like to develop a small program to query a database and send the results in charts to user through HTML pages, something like ASP/IIS application.
NOw question is: Could I do it in either java or javascript? sample code and web site leads are welcome! thx
-
If you want to use Java for that you would most likely be looking at Servlets or JSP pages, which are becoming increasingly popular.
You can find some info on it here:
http://www.builder.com/Programming/J....3882.dir1.JSP
As far as Javascript on the server, you can use that in ASP pages which you already seem to know about and in some Netscape webservers but I don't know too much about that.