Hello,
I am looking for a simple script that automatically show every day the day opening time of a shop.
Something like the attached image shows.
Any help is welcome. Thank you
Best,
W
Printable View
Hello,
I am looking for a simple script that automatically show every day the day opening time of a shop.
Something like the attached image shows.
Any help is welcome. Thank you
Best,
W
This might be what you're looking for:
http://www.dynamicdrive.com/dynamici.../dowiframe.htm
It's a little old and could use a little tweaking to work in Opera*, but should work in most if not all other modern browsers.
*This:
should be:Code:var ie=document.all&&navigator.userAgent.indexOf("Opera")==-1
var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1
Code:var ie=document.all&&navigator.userAgent.indexOf("Opera")==-1
var dom=document.getElementById
Thanks a lot John, will give it a try!
-Webill