Re: Browser Resolution

2001-09-29 Thread Brett W. McCoy
On Sat, 29 Sep 2001, Randy5235 wrote: Does anyone know where I can find some information on possibly using perl to determine a visitors browser resolution? Is this even possible ( sorry still a noob!) I have a couple pages that look horrible on certain sizes and would like to basically

Re: processing/displaying data within textarea

2001-09-29 Thread Rajeev Rumale
there is another simple way. Just put the value of textarea into a pre tag. for example. print qq{pre$value/pre}; But more important thing is you need to keep in mind always. Incase if you are have charcters other than just alphabets and numbers then have to convert few chars to HTML

Browser Resolution

2001-09-29 Thread Randy5235
Does anyone know where I can find some information on possibly using perl to determine a visitors browser resolution? Is this even possible ( sorry still a noob!) I have a couple pages that look horrible on certain sizes and would like to basically determine the visitors res. and then use that to