Is it possible to have a page open only in a given frameset.
So that it cannot be open on it's own, but will revert to the given frameset.
Is it possible to have a page open only in a given frameset.
So that it cannot be open on it's own, but will revert to the given frameset.
No, but almost. You can use a javascript to do that, but if the user has javascript disabled, it won't do anything. Most folks d have javascript enabled:
Put that in the head of the page and make frameset.htm point to the frameset page.Code:<script type="text/javascript"> if(top.location==location) top.location.replace('frameset.htm'); </script>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks