![]() |
hahahahahahahahahaha for gallery updates
Anyone know a place to find a script that will update a link on my page daily, perhaps even with an updated image.
After racking up my google popup blocker using the se's, i give up. thx |
scripts?
|
|
yes, didn't realize j-a-v-a script was banned.
just a simple script for having a daily movie update |
dont know where, but try a search on Cron Jobs
|
thanks jacexxx, great resource.
|
been looking around, and can't quite get what i'm after. I basically want one of those 'random' banner style rotators that include an image and a link, but i only want it to change every 24 hours, not on every pageload. I have no scripting skills whatsoever, though i'm sure some of these scripts could be altered to suit my needs. any help would be awesome!
|
something like this that i could change to update daily instead of every pageload:
function banner() { }; banner = new banner(); number = 0; // bannerArray banner[number++] = "<a href='http://www.url1.com' target='_blank'><img src='images/banner-1.gif' border='0'></a>" banner[number++] = "<a href='http://www.url2.com' target='_blank'><img src='images/banner-2.gif' border='0'></a>" banner[number++] = "<a href='http://www.url3.com' target='_blank'><img src='images/banner-3.gif' border='0'></a>" banner[number++] = "<a href='http://www.url4.com' target='_blank'><img src='images/banner-4.gif' border='0'></a>" banner[number++] = "<a href='http://www.url5.com' target='_blank'><img src='images/banner-5.gif' border='0'></a>" // keep adding items here... increment = Math.floor(Math.random() * number); document.write(banner[increment]); thanks in advance |
Checkout Google!
|
| All times are GMT -7. The time now is 03:43 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123