amanda wu

Greenhorn
+ Follow
since Mar 16, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by amanda wu

anyone know any of this sort of software?
many thanks
21 years ago
JSP
cannot just use "session.removeAttribute()"?
21 years ago
JSP
without using tomcat?
many thanks
21 years ago
JSP
thank you!
21 years ago
JSP
i have finished designing a website with tomcat, my supervisor asked me to deploy it and move it to an application server. what does deploy mean? and how to do it? must modify all directory tree? and cannot i just copy all files to the application server? many thanks if you can help.
yours, sincerely
21 years ago
JSP

I want the user on the client side to be able to save the results shown in the page to a txt file, for example, click a button, generate the result file and save to a name input by the user..
many thanks if you can help me
21 years ago
JSP
can anyone tell me how to create a txt file in jsp?
21 years ago
JSP
thanks to you all. but can't the page load updated data from database onload without click button? like i just click a link and get a page displayed, and want the newly displayed page updated ...
I am so suprised all my page get form with data from database is not updated when the link just opened...
21 years ago
JSP
my page actually reads data out from a database, display it, let user delete some data ,and then display the message in another page.
like a.jsp is my page for it,
then in the action field, i put message.jsp already, so what i want, is after click the submit button, both the message.jsp and a.jsp is called again..
21 years ago
JSP
like, if i have a website with a login page,
different user can view different components of the website. How to keep user login info without cookie?
21 years ago
JSP
my page display the contents in a database,
but each time it is loaded, it doesn't display the updated values in the database, only a 'refresh' makes it display the newly inserted records, what shall i do?
21 years ago
JSP
thanks, this is exactly what i want
21 years ago
JSP
thus can keep the url shown in ie?
21 years ago
JSP
Class.forName("oracle.jdbc.driver.OracleDriver");
conn = DriverManager.getConnection(dbURL,username,password);
these two lines works for me
21 years ago
JSP