If it's a single URL call you can use this syntax, where you have previously defined the URL API. But it will not work when there is a succession of URL calls all nested with the "&rdr=" redirect syntax.
In the example below there is a 2 second delay to refresh the page. But no countdown timer.
// slow refresh
"javascript:" &
"$.get('" &
$URL &
"',setTimeout(function(){" &
"location.reload(true);" &
"},2000));"
& "void(0);"
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.commark.shnier@gmail.com
------------------------------