PC Review


Reply
Thread Tools Rate Thread

Buttons open page in different frames

 
 
=?Utf-8?B?SmVubg==?=
Guest
Posts: n/a
 
      19th Jul 2004
Hi! I am new to frontpage. I need to have a button in 1 frame and when you click on it, a new page pops up in another frame. I am using the banner and contents template page. I want the frame with the button to stay there but the main frame to change to what the buttons hyperlink is. Can you help? Thanks!
 
Reply With Quote
 
 
 
 
Ripper
Guest
Posts: n/a
 
      20th Jul 2004
It should do that by default if you have the buttons in the left (contents)
frame of the banner and contents template.
If you open the page in code view (or Frames Page code view in older FP
versions), your frames page should have something like this in it:
<frameset rows="64,*">
<frame name="banner" scrolling="no" noresize target="contents">
<frameset cols="150,*">
<frame name="contents" target="main" src="your_page_name.htm">
<frame name="main">
</frameset>
<noframes>

The target tag is what makes it happen.


"Jenn" <(E-Mail Removed)> wrote in message
news:3529467E-A1AD-46DA-9527-(E-Mail Removed)...
> Hi! I am new to frontpage. I need to have a button in 1 frame and when you

click on it, a new page pops up in another frame. I am using the banner and
contents template page. I want the frame with the button to stay there but
the main frame to change to what the buttons hyperlink is. Can you help?
Thanks!


 
Reply With Quote
 
Ripper
Guest
Posts: n/a
 
      20th Jul 2004
What other browser are you trying to use for this? Some of them do not
support frames.
"Jenn" <(E-Mail Removed)> wrote in message
news:F890B4FA-E582-4CC0-BE74-(E-Mail Removed)...
> OK it worked but only if I view in IE browser. Thanks alot! Have a great

day!
>
> "Ripper" wrote:
>
> > It should do that by default if you have the buttons in the left

(contents)
> > frame of the banner and contents template.
> > If you open the page in code view (or Frames Page code view in older FP
> > versions), your frames page should have something like this in it:
> > <frameset rows="64,*">
> > <frame name="banner" scrolling="no" noresize target="contents">
> > <frameset cols="150,*">
> > <frame name="contents" target="main" src="your_page_name.htm">
> > <frame name="main">
> > </frameset>
> > <noframes>
> >
> > The target tag is what makes it happen.
> >
> >
> > "Jenn" <(E-Mail Removed)> wrote in message
> > news:3529467E-A1AD-46DA-9527-(E-Mail Removed)...
> > > Hi! I am new to frontpage. I need to have a button in 1 frame and when

you
> > click on it, a new page pops up in another frame. I am using the banner

and
> > contents template page. I want the frame with the button to stay there

but
> > the main frame to change to what the buttons hyperlink is. Can you help?
> > Thanks!
> >
> >
> >



 
Reply With Quote
 
Ripper
Guest
Posts: n/a
 
      21st Jul 2004
Yes, it seems preview mode is not what it used to be. I'm not sure if that
ever worked in preview mode though. I don't remember.

"Jenn" <(E-Mail Removed)> wrote in message
news9644793-F724-4BC2-B5FA-(E-Mail Removed)...
> I just wanted to click on the links when I previewed the pages using the

preview tab but it did not work. So I selected "Preview in Browser" IE 6.0
and everything worked. I am very new to this so I just wanted to make sure
my buttons worked correctly. Looks like they do when I go into this view but
not if I just preview from Frontpage itself (if I click the button in
preview mode there the whole page pops up and not in the correct frame. It
does appear in the correct frame though by previewing in the browser IE 6.0
> Is that enough to confuse you (LOL!)
>
> "Ripper" wrote:
>
> > What other browser are you trying to use for this? Some of them do not
> > support frames.
> > "Jenn" <(E-Mail Removed)> wrote in message
> > news:F890B4FA-E582-4CC0-BE74-(E-Mail Removed)...
> > > OK it worked but only if I view in IE browser. Thanks alot! Have a

great
> > day!
> > >
> > > "Ripper" wrote:
> > >
> > > > It should do that by default if you have the buttons in the left

> > (contents)
> > > > frame of the banner and contents template.
> > > > If you open the page in code view (or Frames Page code view in older

FP
> > > > versions), your frames page should have something like this in it:
> > > > <frameset rows="64,*">
> > > > <frame name="banner" scrolling="no" noresize target="contents">
> > > > <frameset cols="150,*">
> > > > <frame name="contents" target="main" src="your_page_name.htm">
> > > > <frame name="main">
> > > > </frameset>
> > > > <noframes>
> > > >
> > > > The target tag is what makes it happen.
> > > >
> > > >
> > > > "Jenn" <(E-Mail Removed)> wrote in message
> > > > news:3529467E-A1AD-46DA-9527-(E-Mail Removed)...
> > > > > Hi! I am new to frontpage. I need to have a button in 1 frame and

when
> > you
> > > > click on it, a new page pops up in another frame. I am using the

banner
> > and
> > > > contents template page. I want the frame with the button to stay

there
> > but
> > > > the main frame to change to what the buttons hyperlink is. Can you

help?
> > > > Thanks!
> > > >
> > > >
> > > >

> >
> >
> >



 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      21st Jul 2004
Being able to click links in Preview review in FrontPage was intentionally disabled by a recent
security update to Internet Explorer.

There's some info and a fix here:
http://www.95isalive.com/fixes/index.htm

Top of the page.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

"Ripper" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Yes, it seems preview mode is not what it used to be. I'm not sure if that
> ever worked in preview mode though. I don't remember.
>
> "Jenn" <(E-Mail Removed)> wrote in message
> news9644793-F724-4BC2-B5FA-(E-Mail Removed)...
> > I just wanted to click on the links when I previewed the pages using the

> preview tab but it did not work. So I selected "Preview in Browser" IE 6.0
> and everything worked. I am very new to this so I just wanted to make sure
> my buttons worked correctly. Looks like they do when I go into this view but
> not if I just preview from Frontpage itself (if I click the button in
> preview mode there the whole page pops up and not in the correct frame. It
> does appear in the correct frame though by previewing in the browser IE 6.0
> > Is that enough to confuse you (LOL!)
> >
> > "Ripper" wrote:
> >
> > > What other browser are you trying to use for this? Some of them do not
> > > support frames.
> > > "Jenn" <(E-Mail Removed)> wrote in message
> > > news:F890B4FA-E582-4CC0-BE74-(E-Mail Removed)...
> > > > OK it worked but only if I view in IE browser. Thanks alot! Have a

> great
> > > day!
> > > >
> > > > "Ripper" wrote:
> > > >
> > > > > It should do that by default if you have the buttons in the left
> > > (contents)
> > > > > frame of the banner and contents template.
> > > > > If you open the page in code view (or Frames Page code view in older

> FP
> > > > > versions), your frames page should have something like this in it:
> > > > > <frameset rows="64,*">
> > > > > <frame name="banner" scrolling="no" noresize target="contents">
> > > > > <frameset cols="150,*">
> > > > > <frame name="contents" target="main" src="your_page_name.htm">
> > > > > <frame name="main">
> > > > > </frameset>
> > > > > <noframes>
> > > > >
> > > > > The target tag is what makes it happen.
> > > > >
> > > > >
> > > > > "Jenn" <(E-Mail Removed)> wrote in message
> > > > > news:3529467E-A1AD-46DA-9527-(E-Mail Removed)...
> > > > > > Hi! I am new to frontpage. I need to have a button in 1 frame and

> when
> > > you
> > > > > click on it, a new page pops up in another frame. I am using the

> banner
> > > and
> > > > > contents template page. I want the frame with the button to stay

> there
> > > but
> > > > > the main frame to change to what the buttons hyperlink is. Can you

> help?
> > > > > Thanks!
> > > > >
> > > > >
> > > > >
> > >
> > >
> > >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
add hyperlink to open external website in my page without frames =?Utf-8?B?Sm9obg==?= Microsoft Frontpage 1 21st Nov 2007 11:25 PM
IE6 won't open frames page properly Dave Pyles Windows XP Internet Explorer 2 4th Nov 2005 04:44 PM
Front Page 2000 Frames/Tables with Fireworks Buttons Bill Microsoft Frontpage 2 8th Nov 2003 10:03 AM
Linking from a frames page to a non-frames page in the same window Chris Microsoft Frontpage 4 15th Oct 2003 02:14 AM
my documents, my computer, etc., frames open as explorer frames Derek Windows XP Internet Explorer 0 2nd Jul 2003 09:32 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:50 PM.