For several somewhat unfortunate reasons, I've implemented a hit counter for a site of mine using an invisible iframe that does a form.submit to a server where the database resides. The problem is, the iframe screws up the navigability of the site by being referenced by the back button, which now does nothing.. just loads the invisible frame over and over.
Is there a way that I can use javacsript history objects to remove this page, so that it is no longer referenced by the back button?
Thanks,
T
Is there a way that I can use javacsript history objects to remove this page, so that it is no longer referenced by the back button?
Thanks,
T