I looked up System.getPrope rties, but to be honest, I have no clue how
to use it in light of what I can do in PHP, which is this:
<?php echo $_SERVER['HTTP_USER_AGEN T'] . ' ' . $_SERVER['SERVER_URI'];
?>
it would be very nice to find the JSP equivalent of <? phpinfo(); ?>
(anyone know who knows both PHP and JSP?) but until then, what on earth
do I do?
Thanx
Phil
to use it in light of what I can do in PHP, which is this:
<?php echo $_SERVER['HTTP_USER_AGEN T'] . ' ' . $_SERVER['SERVER_URI'];
?>
it would be very nice to find the JSP equivalent of <? phpinfo(); ?>
(anyone know who knows both PHP and JSP?) but until then, what on earth
do I do?
Thanx
Phil
Comment