Re: Netscape can't define the tag

2001-06-11 Thread Kriss
> hi, > > I try to generate html file from xml and xsl by using xalan. The html generated is running well > with IE, but Netscape can't define the tag. May i know how to solve the problem ? > > > from > Kok Choon. Hi, with XT setting the output method to html with: produces correct and

Re: WIDTH OF SCREEN

2001-06-28 Thread Kriss
Hi, you can obtain the user agent on server side with request.getHeader("User-Agent"). To get screen resolution i think you should put a hidden form field in a page, fill it with the screen resolution using javascript and then pick the value on server side. Cheers K - Original Mess