• 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

Adding a new Pop Up Link in a JSP Page

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi

I need to modify a certain JSP page to include a Pop Up window. I am using Struts and Tiles.

Currently the page is something like this.

Label1:Value Label2:Value Label3:Value

and so on.

What I need to do is include a link as below:

Label1:Value Label2:Value Label3:Value Link:

On clicking "Link", a new pop up is required to be shown. The contents of the Pop Up should be the the existing labels, plus some additional labels.

I am not too sure as to how to go about it. Any suggestions.

Thanks,
Praneet
 
reply
    Bookmark Topic Watch Topic
  • New Topic