Thread: jsp link...
View Single Post
Old 06-25-2009, 07:12 AM   #2 (permalink)
CrazeD
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,688

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: jsp link...

That would be something like...

Code:
out.println("<a href=\"case_detail_view.jsp\">Click here!</a>");
I think.

Also, you can end the JSP tags and write your HTML, and then continue the JSP after.

Like this:
Code:
<%
 // stuff here 
%>
 HTML Stuff here 
<%
 // more JSP stuff here
 %>

__________________

Need website help? PM me!
CrazeD is offline