Forum: JSP May 20th, 2007 |
| Replies: 0 Views: 799 Hi,
I am new to JSP and I am using JRun as my server. But, there is a few things I am not understand about JCS.
When we want to create a JCS file, do we need to install any driver or... |
Forum: JSP May 4th, 2007 |
| Replies: 7 Views: 12,305 Hi All,
I want to develope database-driven application using JSP and JRun as the server.
THe thing I want to know is how do I connect to the MSSQL Server 2000 database using JSP?
What type of... |
Forum: JSP May 1st, 2007 |
| Replies: 1 Views: 11,543 Hi all,
I would like to know how to call a JSP function when the user click button.
In JavaScript, I create a functon call AddUser(), the I call the function using OnSubmit.
How do I do this... |
Forum: JSP May 1st, 2007 |
| Replies: 2 Views: 1,563 Hi All,
I am new in JSP. I would like to know how to pass a value from a textbox into a parameter??
For example:
Insert value into Emp (Name) value (????);
The "????" should be the text... |