doodler
05-05-2003, 03:12 PM
I'm trying to reload an iframe within a page, calling the function below. Everytime i do i get an error saying "exception occurred". I need this iframe to reload in internet explorer only. Can anyone tell me what is wrong with this script?:
function tellmethesheet(){
document.frames('reloadonchange').document.location.href='javascript:location.reload();';}
Where "reloadonchange" is the name of the iframe.
function tellmethesheet(){
document.frames('reloadonchange').document.location.href='javascript:location.reload();';}
Where "reloadonchange" is the name of the iframe.