hi alan yes. i want to do something like this:
var req = new Request.HTML({url:'hello.php',update:$('update')})
var cd = new CountDown({
element: $('countdown'),
start: <?=$timer;?>,
finish: 0,
onComplete: function() {
// open the content of another php page and execute what is in there
// e.g. open hello.php and make a mysql_query
}
}).start();
