| Author |
pop up page
|
ben oliver
Ranch Hand
Joined: Mar 28, 2006
Posts: 369
|
|
I have a JSP page. I want one of its link to pop up a individual page showing some supplemental information. The new pop up page is NOT a browser page, it is just a panel showing another html table. What technology should I use to implement such pop up panel page ? any idea ?
thanks.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
|
Not JSP.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
|
Perhaps an absolutely positioned <div> with a high z-index?
|
 |
 |
|
|
subject: pop up page
|
|
|