maraneda Posted July 26, 2002 Posted July 26, 2002 I have a script that i execute manualy by cliking a button , but I need to execute that script every XX minutes automaticaly. How can I do it Thanks Regards
Anatoli Posted July 26, 2002 Posted July 26, 2002 Not really good idea. You can trigger anything with page refreshing running on one machine. Or you can do it with plug-in.
Garry Claridge Posted July 26, 2002 Posted July 26, 2002 If you require it to be triggered from a web-page then you can use some Javascript. All the best. Garry
abkaplan Posted August 3, 2002 Posted August 3, 2002 How can activate my FORM while openning a page? Do I need a java script to perform that? If so, would you please tell me where I can find that script?
Garry Claridge Posted August 3, 2002 Posted August 3, 2002 For maraneda, Look at using the "setTimeout()" Javascript function. Good Luck. Garry
Garry Claridge Posted August 3, 2002 Posted August 3, 2002 For abkaplan, Look at using the "onLoad=" parameter of the BODY tag. Good Luck. Garry
Recommended Posts
This topic is 8140 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now