You really have to learn the difference between a server and a client.
JSP is server technology. It can surely create popup windows, but these
would appear on the server, in most cases not very useful ;-)
For this you need to use javascript.
BTW, it is surely possible to dynamically create your javascript by using
JSP.
Geert Van Damme
> -----Original Message-----
> From: Johan Ruttens [mailto:ruttens_johan@h...]
> Sent: vrijdag 1 juni 2001 10:22
> To: Pro_JavaServer_Pages
> Subject: [pro_jsp] Hotkeys in JSP
>
>
> Hello,
>
> Is it possible to work with hotkeys in JSP pages, while they are running
> on the Internet?
>
> For example: If I push CTRL + SHIFT + i a new window pops up.
>
> THANKS IN ADVANCE.