On Sat, 03 Jan 2004 01:54:59 +0100
Davide <[EMAIL PROTECTED]> wrote:

> Hi, my question il simple:
> 
> how to get the user agent in an xsp page?
> 
> Best Regards, Davide
> 
Hi,

 <xsp-request:get-header name="user-agent" as="xml"/>

 or this

 <xsp:expr>request.getHeader("user-agent")</xsp:expr>


Best regards,

Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to