RE: [CGI] Hide Source?

2001-12-21 Thread sherzodR
Folks, speaking of javascript, visit http://www.ultracgis.com/cgi-bin/UrlReaper I wrote a simple UserAgent that doesn't understand javascript. Try to deal with it now. It's another proof that if someone wants to view your HTML, he/she can by any means possible. jonl: Some people "right clic

Re: [CGI] Interesting Chop question.

2001-12-12 Thread sherzodR
Ok, if you just want to get rid of a trailing space, use chomp() function instread of chop(). Coz chop() trims the the last character, and chomp() trims the record seperator ( $/ ) which is by default a new line that keeps giving you pain :-) Andre` Niel Cameron wrote: ANC: Date: Wed, 12