chenchih lee

Greenhorn
+ Follow
since Feb 18, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by chenchih lee

this i s my doSearchMonth()  code.
thanks for replying. I wish i can solve this issue without rewriting this code.
Basely this is my many yeas ago project. i just wish to implement this is my new web.



Do anyone have any idea what should i changed in order to let all browser can used.
I don't really know how to used jquery.

I have a XMLHttpRequest problem, it work on IE, but it won;t work on firefox and chrome. I have no idea how to let firefox and chrome work.
I tried many method, still it won't work.
basely my web is let user select birthday,  when you choose year, it will automatic have month on scroll down option, but it will not have the month value on chrome and firefox.
It work fine on IE. Do anyone have any idea.

I try if you copy the file to a new folder it will not work .
Why is that?
for  example if i create a directory /aa/REGISTER.jsp ==>ok
then create another directory bb, and copy REGISTER.jsp to /bb, then http://localhost:9090/bb/REGISTER.jsp ==>will not work, it will occur  HTTP Status 404
7 years ago
JSP
i mean REGISTER.jsp.
My web file is REGISTER.jsp and i type http://localhost:9090/SIGNIN/REGISTER.jsp, it will occur HTTP Status 404
7 years ago
JSP
Why my jsp page will occur

HTTP Status 404 - /SIGNIN/REGISTER.jsp
type Status report
message /SIGNIN/REGISTER.jsp
description The requested resource is not available.

If i create a new file and save with a different name it will work fine. How come.
Now register.jsp will occur  HTTP Status 404.
If i copy the source code of register.jsp and create a new file called 12345.jsp it will work fine with 12345.jsp

Do anyone know what's the reason with it.


7 years ago
JSP
i solve it. i changed the port to 9090 it will work.
Do anyone know how to see which service or task used 8080 port.
8 years ago
Do anyone met this problem under window 7 ultimate version after install tomcat and service also start but http://localhost:8080 doesn't display tomcat home page.

i used the same method on window xp, it work normal.

i used window 7 ultimate, and tomcat i used 6.0 , and 9.0 both of them can't work on window 7, but under window xp it work normal.

I have no idea why the page can't show tomcat index page. Is there any setting need to change under window 7 ultimate.

8 years ago

Do you have any example coding or you know which keyword would be able to find in google, for me to start. I need to direction fist. Why can't we used JSP instead of servlets.
8 years ago
JSP
I would like to ask has anyone write jsp code if i register an account and will the account will provide a space for example 1G.

I wants to write a code that user need to register an account, and it will give you for example 1 G of space. User can only used up to 1G, like upload photo document.
i wants to used like google. When we register google mail, it will give us an amount of space. Do anyone know how is this going to work .

How is this going to work. I just wish all user register an account and will automatic gain 1 G space.

Do anyone have any idea.
8 years ago
JSP
example www.google.com

it will go to after i click on the link ==>localhost:8080/link/www.google.com

i just want whne i click on it, it will redirect to google website.
11 years ago
JSP
i tried with <a href="<%=rs.getString("link")%>">link</a>
but it link wrong. it will not link external link such as google or yahoo
it will only link internal jsp web

11 years ago
JSP
so is it like this
<a href="<%= rs.getString("link") %>">whatever</a>
11 years ago
JSP
i have a jsp page for user to input link, so the link the user input into the datbase, and it will direct to a new page which show the link they input(which is the soruce code i put above) .
do all the link is automatic drag form the database. so i am unalbe to use <a href= xxxxx> xxxxx </a>/

i need to print hte data from databse and make a hyperlink. but the hyperlink will not connect to what the user type in the link.

forexample: user type www.google.com into database==> it must show www.google.com with a connection to www.google.com.

is there a better way.
11 years ago
JSP
so how will i chnaged the code to link to the link.

out.println( "<a href =" + rs.getString("link") +"> " + rs.getString("link") + "</a>");

this will not let me connect to google or yahoo or other link.
this only connect internal link or .jsp link. i put many link in the database, and i wish this link will connect to the properly link when i show the data out.

is there a better way of writting it.

thnaks.
11 years ago
JSP