Link to home
Start Free TrialLog in
Avatar of psimation
psimationFlag for South Africa

asked on

DATE STAMP FOR PAGES (ORD=)

Hi , I got a request from a client who want banner add's with couble-click.net, and apparently it needs a date stamp from the page to work. ( Looks like an extra ORD="" field in the HTML), I've never done this before, and was wondering where the date stamp comes from ( is it generated by my server, special mods need to be loaded???)
Thanks
PS, run Apache/perl/mysql/php on Linux RH 7.0
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image


for server side use an include:

<!--#echo ORD="DATE_LOCAL" -->

for client side:

<script language="JavaScript">
<!--
   var ORD= new DATE();
//-->
</script>


Cd&
Ooops,

new DATE()

Should be new Date()

it's case sensitive.

Cd&
Avatar of psimation

ASKER

Hi
Thanks, I tried these, but there seems to be problems with y SSI.
Could you help me to figure out if my SSI is setup correctly?
Nothing happens when I open the page ( it doesn't seem to execute the SSI's)
You'll need to make sure the SSI is configured.  You'll need access to
the httpd.conf file which should be in the config directory of the main
Apache directory, if memory serves me.

Cd&

Avatar of iagorubio
iagorubio

Active dialog until my last comment; then silence for a month.  Indicates the problem is solved.  Therefore, answer as supplied above.

Cd&
ASKER CERTIFIED SOLUTION
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial