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
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
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
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
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
[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
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
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
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
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
>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
11 matches
Mail list logo