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

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

Re: Simple CGI Question

2001-09-29 Thread Mel Matsuoka
At 12:03 PM 09/29/2001 -0700, Geoff Ball wrote: >I have a very basic question. At webmonkey.com I found a CGI Tutorial, and >am trying to implement CGI on my own site. I tried using the script on my >website, but it doesn't seem to work. I've worked with Perl for about 4 >months now, but am jus

Re: Simple CGI Question

2001-09-29 Thread Randal L. Schwartz
> "Geoff" == Geoff Ball <[EMAIL PROTECTED]> writes: Geoff> I have a very basic question. At webmonkey.com I found a CGI Tutorial, I'd stay away from that tutorial. You're writing code that doesn't start "use CGI". That's making you do a lot of things the very hard way. Can you described

Simple CGI Question

2001-09-29 Thread Geoff Ball
I have a very basic question. At webmonkey.com I found a CGI Tutorial, and am trying to implement CGI on my own site. I tried using the script on my website, but it doesn't seem to work. I've worked with Perl for about 4 months now, but am just starting to go to CGI. The script can be found at

Re: processing/displaying data within

2001-09-29 Thread Chad
Thanks, guys! I've got it working now... -Chad. Rajeev Rumale <[EMAIL PROTECTED]> wrote in message 006b01c148ba$0b6b8fc0$9f01a8c0@Jaya">news:006b01c148ba$0b6b8fc0$9f01a8c0@Jaya... > > there is another simple way. Just put the value of textarea into a "pre" > tag. > > for example. print qq{$val

Re: processing/displaying data within

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{$value}; 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 specific for