i have a function that sends me to another page. problem is that i cannot get back when i hit my back button. here is my code:
function getPDF() {
url = "00A2001";
url = " + url + ".pdf";
document.write ("<meta http-equiv='refresh' content='1; url=" + url + "'>"
;
location.href = url;
}
function getPDF() {
url = "00A2001";
url = " + url + ".pdf";
document.write ("<meta http-equiv='refresh' content='1; url=" + url + "'>"
location.href = url;
}