• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Displaying the html anchor result in JSP

 
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have this problem.
I have a jsp , in which on the top i top.jsp which displays on top , and side.jsp which displays on left side , and beside this one more called links.jsp which displays some links to differnt html pages
Now my problem is when user clicks on those links i wnat to display the result in the same page , because i need to have that top.jsp and side.jsp all the time.
Does any body have any idea.

When user clicks on the transcripts i want to display the result in the same window.
Thank you
[ September 09, 2003: Message edited by: Eric Pascarello ]
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is a pure HTML/Javascript question, so I'm moving it to that forum. Also Archana, please be sure to use the UBB code tags when posting code examples as the formatting of the code will be preserved, making it easier for all to read.
bear
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well you have a problem here, either 1 you use frames, 2 you are going to have to reload all of the jsp code each time you click a link, or 3 you are going to have to use an iframe.
I would say 1 is your best bet.
Eric
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic