hello
i want to make script or 1 page that :
check some Page in Special time (ex: each 15 minute) or some thing like that (i thinking make it with Cron Job or tell me if there are best way !!)
then it search for some values in the page if not found it send information to Fields and then submit form

for ex:
it open page that contain members and their statues online or offline
then it return them status and record it at MYSQL

i already can deal with record it with my sql but problem is how to get the statue from there
and how if the first page contain some thing like Search for member name and submit button
how i can submit name to this field and script press submit ??

i make that before with vb and some of JavaScript help
but now i want this script to be in my site
so what i need ,or can i make it completly with Java Script ??