Re: How do I set the frames target from a javascript file? by Ronx
Ronx
Tue Dec 28 02:32:52 CST 2004
If *every* link on the entire page is to target the whole page, add
<base target="_top">
into the <head> section of the page.
Otherwise, do as above and specify targets for the links that do not replace
the whole page, or edit the JavaScript file. The JavaScript author may be
able to assist.
--
Ron Symonds (Microsoft MVP - FrontPage)
Reply only to group - emails will be deleted unread.
"knottr" <knottr@discussions.microsoft.com> wrote in message
news:E17EB7F8-CC93-4DD6-9542-0EB915790C2E@microsoft.com...
>I need to set the frames target from within a javascript file. I know how
>to
> use HTML href to do it, but I am using pull-down java menus. It defaults
> to
> the current frame and I need to target the whole page.