Click to See Complete Forum and Search --> : First time framer
bejitto101
01-24-2009, 03:46 PM
Having some issues with frames, as I've just started using them and don't know that much about them.
How do I have a link, that is inside a frame, when clicked, redirect the entire browser and not just the frame it was in?
scragar
01-24-2009, 03:49 PM
<a target="_top" ...
Charles
01-24-2009, 05:02 PM
If you're going to use frames then see http://www.w3.org/TR/REC-html40/present/frames.html .
bejitto101
01-24-2009, 07:48 PM
Thanks for the help, I know it was a stupid question. I really don't want to use frames, they're not even necessary in this situation. I just can't remove them because of a .htaccess rewrite rule I don't know how to change. If I could get any help with that rule, that would be amazing.
This is the rule:
RewriteRule ^([^frame|index].+).html$ index_.php?tpl=$1.html [T=application/x-httpd-php]
Much thanks for any help.