Hi all,
I have a problem with hotspots in Flash.
I have an image of a plant, I have a button over one of the leaves called "leaveButton" when you press down on it, a textbox appear with a caption the box instance is called "test_txt".
The problem is, when you let go of the mouse button...
Hi guys,
All I want to do is make the page auto refresh at 1pm. It's only going to be used internally, on a select few of computers.
<script type="text/javascript">
//60000 milliseconds is 1 minute
window.setInterval("checkForRefresh()", 60000);
function checkForRefresh() {
var now =...
Hi guys,
Basically, cutting a long story short. I'm in need of a script which refreshes a web page at a certain time of day (in my case, 1pm) instead of a generic refresh after a pre-defined number of minutes.
Is this possibly to do? If so, how? Any advice would be great.
Thanks all.
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.