Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 06-24-2009, 04:44 PM   #1 (permalink)
Digital_Jedi's Avatar
 
True Techie

Join Date: Sep 2008

Location: Amarillo, Texas

Posts: 125

Digital_Jedi is on a distinguished road

Question jsp link...

Hello all!! I have a question.... I have two different pages... one calle case_view.jsp and another called case_detail_view.jsp... I would like to put a like on the first page that says click here and that takes you to the second page. how do I go about doing this?
__________________
CPU: AMD 64 Athlon X2 5600+
Motherboard: ASUS M2N-e nVidia nForce 570 Ultra
Video Card: nVidia BFG tech 260 gtx max core
RAM: 3 GB G.Skill RAM
PSU: hec ACE-580UB 580W PSU
Case: APEVIA X-Plorer Blue ATX Case
Hard Drives: X2 160GB WD HD, X1 80GB WD HD
OS: Windows 7 Pro 64bit
Digital_Jedi is offline  
Old 06-25-2009, 07:12 AM   #2 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,683

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  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I find the address link from a website? 247internet Apple, Mac OS , and Power PC 3 11-23-2008 02:14 PM
CPUZ Link Width Question TheGlazer Overclocking, Case Mod, Tweaking PC Performance 4 12-27-2007 07:47 PM