|
function loadAhah(url,div,message)
{
showDiv(div);
//alert(document.getElementById(div).style.display);
if (document.getElementById(div).style.display != 'none')
{
ahah(url + "&nocache=" + Math.random() * 1000 ,div,message);
}
}
function printpopUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', ... |