At 11:27 PM 5/17/98 -0700, Kathy E. Gill wrote:
>Hi, guys:
>
>The javascript "lastModified" date for documents doesn't work on this
>server -- although the SSI "echo" does.
>
>Any tips on how we might fix it? It doesn't work in NES either ... so it
>must not be the web server?
You should try running a simple exec command. Make a shell
script to print the environment.
Example
PrintEnv.sh
#!/bin/sh
/usr/bin/env
On a web page have this html fragment.
<pre>
<!--#exec cmd="./PrintEnv.sh"-->
</pre>
This will print out the entire environment. It will show you all
the variables that you have set/available within your CGI Scripts.
You should then be able to see the proper variable name to use.
Ok ?
Matt Soffen
==============================================
Boss - "My boss says we need some eunuch programmers."
Dilbert - "I think he means UNIX and I already know UNIX."
Boss - "Well, if the company nurse comes by, tell her I said
never mind."
- Dilbert -
==============================================
____________________________________________________________________
--------------------------------------------------------------------
Join The Web Consultants Association : Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------