UNIQUE_ID cgi environment variable

2001-03-19 Thread Roee Rubin
Hello, I am running a 'very' simple script that just prints out CGI environment variables. When I execute the script on my ISP's Linux server the UNIQUE_ID variable is displayed. Running the same script on IIS 5 does not produce the variable ... Any clues ?? I am experimenting with saving sessio

RE: Internet Explorer v. Netscape

2001-03-19 Thread Ted W.
Because MS plays a little faster and looser with standards. The same issues exist, even more so, in JavaScript/ECMAScript, IE will run scripts that NEtscape chokes on with script errors. Microsoft just tries intrepret what you type into what they think you should mean. TW On Mon, 19 Mar 2001

RE: Internet Explorer v. Netscape

2001-03-19 Thread stanley . g . martin
That fixed it, but it brings up the question WHY??? This worked in IE just fine without the tags. Are the tags really a requirement and IE just ignores it? Is Netscape just that more strict about syntax. Stanley G. Martin Midwest Consulting Group Sprint Platform & Strategy Mgmt 913.315.3133

RE: Internet Explorer v. Netscape

2001-03-19 Thread Troy Sniff
I don't know if this will fix your problem but try adding form tags to it: use CGI qw(:standard); $query = new CGI; print <<"EOF"; Content-type: Text/html\n\n Select Name EOF Some older versions of Netscape won't show form elements unless they are within form tags. Troy -Or

RE: Internet Explorer v. Netscape

2001-03-19 Thread Prohaska, Tim
Looks like you forgot the and tags? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 5:00 PM To: [EMAIL PROTECTED] Subject: Internet Explorer v. Netscape I am having a terrible time trying to find out why my web pages work great with I

Re: Internet Explorer v. Netscape

2001-03-19 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > > I am having a terrible time trying to find out why my web pages work > great with IE and suck when using Netscape. I've tried Netscape V4.5 > and V4.7. This simple CGI script prints a blank page with Netscape and > if you view the source, the code for the button is

Internet Explorer v. Netscape

2001-03-19 Thread stanley . g . martin
I am having a terrible time trying to find out why my web pages work great with IE and suck when using Netscape. I've tried Netscape V4.5 and V4.7. This simple CGI script prints a blank page with Netscape and if you view the source, the code for the button is there. It works fine in IE. use CGI

works on NT but not unix!

2001-03-19 Thread Matthew Thompson
The following subroutine is one I'm using as a simple password protection for a web page - it works fine on my NT platform but on a unix one it isn't. I have commented out the debug bit and included the output in the email (bottom) and as you can see the $crypt and $pass are the same - so my ques

Re: using modules not in the site\lib folder

2001-03-19 Thread Simon Oliver
The current working directory is in the include path, i.e. '.'. So you could `cwd` to the appropriate base direxctory first or add the correct base directory to the include path, from perlfaq: Here are the suggested ways of modifying your include path: the PERLLIB environment variable

using modules not in the site\lib folder

2001-03-19 Thread Matthew Thompson
Hi all, I have written a small module to access a configuration file - its just for personal use. I'd like to run it on a web server with a cgi app but I haven't got access to the site\lib folder where perl is installed. Is there an include statement I can ad to the top of my site so it looks in

Re: Macromedia flash question!

2001-03-19 Thread Ramon Menendez
>Does anybody know some way of generating Macromedia's Flash movie (*.SWF) >files with Perl? > >Looked on PPM and CPAN, but no matches for any modules. > >Thanks in advance! > >Kaspars Vilkens > Found this: http://www.2shortplanks.com/Flash/ ___ Pe