[Code] Chrono Skin (CSS) changer
Page 1 of 1
[Code] Chrono Skin (CSS) changer
To set skin (css) to change with users PC clock
- Code:
<script language="javascript">
/* script by ????*/
now = new Date();
itime = now.getHours();
document.write(itime);
function TSkinChange() {
if (itime >= 12) {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="https://your 1st url.com/here">');
}
if (itime >= 24) {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="https://your 2nd url.com/here">');
}}
TSkinChange();
</script>
Bad Wolf- Designer GFX
-
Level : 46
Number of posts : 3390
Location : Satellite V
Rank : 7
Experience : 3013
Registration Date : 2006-12-24
Cprofile
Title: The Digital Alchemist
Luck:
(588/588)
Karma:
(530/777)
Similar topics
» Code Geass
» [Code] RPG Inferno v3.0 (original)
» [Code] Simple Money Mod
» [Code] False Forum
» [Code] Page Transition
» [Code] RPG Inferno v3.0 (original)
» [Code] Simple Money Mod
» [Code] False Forum
» [Code] Page Transition
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum