
September 18th, 2002, 08:19 PM
|
|
Moderator =(8^(|)
|
|
Join Date: Feb 2002
Location: Sacramento, CA
Posts: 1,710
Time spent in forums: 20 m 38 sec
Reputation Power: 9
|
|
Quote:
a-track wrote on September 18th, 2002 05:03 PM:
thank you for your help but for some reason I seem to be getting the error still.
this is the link I'm using:
out.println("<P ALIGN=CENTER> You may now proceed to the <A HREF=\"/options.htm/\">Options Page</A></P>");
and the HTML file is stored in:
E:\Tomcat\jakarta-tomcat-4.0.1\webapps\examples\servlets
called options.htm.
I'm really grateful for your help so far, and would appreciate it even more if you could help me get rid of this headache. I'm getting desperate.
thanks |
Put your options.htm file in E:\Tomcat\jakarta-tomcat-4.0.1\webapps\examples\, and change you like to HREF=\"/options.htm\", you have one too many "/" in there.
|