[thelist] location.reload() question

Anthony Baratta Anthony at Baratta.com
Tue Sep 19 15:01:00 CDT 2000


This is what I do:

<!--
    function CleanUp() {
        opener.focus();
        opener.location.href = opener.location;
        self.close();
    }
// -->

This returns focus to the opening window, "replaces the URL with a copy of itself.
(Since the URL is an ASP file, this forces a reload of the page automatically). Then
the pop-up window closes itself.

I've found that this gets around the "Form posting window" that is generated when you
are "refreshing" a page that previously was called with the post method.

-- 
Anthony Baratta




More information about the thelist mailing list