M Microsoft Feb 11, 2005 #1 How do I refresh the page using code in the same way a user would hit F5. TIA, Steve
E Eliyahu Goldin Feb 11, 2005 #2 Steve, This is the javascript to use: window.location.reload(true); Eliyahu