My default page is a frameset. The problem is that when the user clicks
the browser's Refresh button, the default frameset is refreshed (with the
first frames when the site is visited), instead of refreshing the current
frames contents.
I know a lot of you will say "Yes, well that's what's supposed to happen"
but it didn't used to happen. When my default page was default.htm it
refreshed the current frames contents, not the main frameset. Now I have
changed it to default.asp for visiter logging purposes, but now the
Refresh button refreshes the frameset itself.
1. Why do browsers treat html and asp framesets differently?
2. Is there any way to make the browser treat an ASP frameset default.asp
as if it was a html page, thereby not refreshing the main frameset?