I was wondering if there was any way to refresh and have the same
dynamically-created page viewed every 5 seconds?

I'm trying to do it like this:

my $URL2 = "ds0.cgi?$ENV{QUERY_STRING}";
### HTML part
print $q->header( -Refresh=>'5; URL=$URL2' ),

But this doesn't work.  The URL that is recreated is literally
interpreted as:
/cgi-bin/ds0.cgi?$URL2

And thus can't be found ("script not found or unable to stat").

If the user was at:
/cgi-bin/ds0.cgi?rgrp=NOVA+MEX

I need for the bit of code above to re-create that string so they are
refreshed to it after 5 seconds.

What am I missing here?

Any help much appreciated.
-Jason


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to