Monday, March 16, 2009

How to Refresh iFrame

function reload() {
fr = document.getElementById(”iframe1″);
fr.src = fr.src;
}

No comments: