i just used java as i had already opened netbeans :D i subclassed a timerTask and executed it every now and then: /** * @author Kap */ class Task extends TimerTask { static URL url; static InputStream is; static String check = "<html><body>\nback later"; static long counter = 0; public Tas...