So the
<!--#echo var="LAST_MODIFIED" -->
directive that sits on news_flash.htm would do everything I need.
How would it work with every page load of index.shtml?
Would the
var page = "news_flash.htm";
var windowprops =...
OK, maybe we have some wires crossed!!!
Basically, what would happen is if you first visited the site at 10am the pop-up (containing news_flash.htm) would appear.
If you visited the site at 11am and news_flash.htm hasn't changed the pop-up would not appear.
If you visited the site at 2pm and...
Cheers again,
I meant the
<!--#echo var="LAST_MODIFIED" --
would be in news_flash.htm
so I've fixed the problem right?!
Just add the
var page = "news_flash.htm";
var windowprops = "width=300,height=300,location=no,toolbar=no,menubar=no,scrollbars=no,resizable=no";
window.open(page, ""...
OK, don't really know much about SSI's but I figure the line would be...
<!--#echo var="LAST_MODIFIED" -->
then just add
var page = "news_flash.htm";
var windowprops = "width=300,height=300,location=no,toolbar=no,menubar=no,scrollbars=no,resizable=no";
window.open(page, "", windowprops)...
Hi All,
My client wants to fire a pop-up (news_flash.htm) in a 300px square window but he only wants it to appear when the news_flash.htm file has been changed.
How do I incorporate this into a cookie?
Thanks in advance,
Brett
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.