PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage loading two different pages into two different frames with one cli

Reply

loading two different pages into two different frames with one cli

 
Thread Tools Rate Thread
Old 14-12-2005, 10:15 AM   #1
=?Utf-8?B?Um9vcGE=?=
Guest
 
Posts: n/a
Default loading two different pages into two different frames with one cli


Hi,

I want to how to load two different pages into two different frames with one
click of a button.. Is this possible ?

Roopa
  Reply With Quote
Old 14-12-2005, 12:28 PM   #2
Murray
Guest
 
Posts: n/a
Default Re: loading two different pages into two different frames with one cli

Yes, it's possible. The problem is that if you do that, and the visitor
then clicks the back button on the browser, only the most recent frame
change will revert. Now your frameset is out of synch. This is one of the
many reasons that frames are rarely the optimal layout choice. Are you sure
you need to use them?

--
Murray
============

"Roopa" <Roopa@discussions.microsoft.com> wrote in message
news:A3813730-1CE1-496A-A293-ADD49D918449@microsoft.com...
> Hi,
>
> I want to how to load two different pages into two different frames with
> one
> click of a button.. Is this possible ?
>
> Roopa



  Reply With Quote
Old 14-12-2005, 02:15 PM   #3
=?Utf-8?B?Um9vcGE=?=
Guest
 
Posts: n/a
Default Re: loading two different pages into two different frames with one

Thanks and I think I'd like to give a try and check.. how is it done ? Am
curious now.

Roopa

"Murray" wrote:

> Yes, it's possible. The problem is that if you do that, and the visitor
> then clicks the back button on the browser, only the most recent frame
> change will revert. Now your frameset is out of synch. This is one of the
> many reasons that frames are rarely the optimal layout choice. Are you sure
> you need to use them?
>
> --
> Murray
> ============
>
> "Roopa" <Roopa@discussions.microsoft.com> wrote in message
> news:A3813730-1CE1-496A-A293-ADD49D918449@microsoft.com...
> > Hi,
> >
> > I want to how to load two different pages into two different frames with
> > one
> > click of a button.. Is this possible ?
> >
> > Roopa

>
>
>

  Reply With Quote
Old 14-12-2005, 02:35 PM   #4
Murray
Guest
 
Posts: n/a
Default Re: loading two different pages into two different frames with one

I dunno if FP has a behavior to do it. Dreamweaver does it this way -

<script type="text/JavaScript">
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2)
eval(args[i]+".location='"+args[i+1]+"'");
}
//-->
</script>
(that goes in the head of the page)

<a href="#"
onClick="MM_goToURL('parent.frames[\'mainFrame\']','page1.html','parent.frames[\'bottomFrame\']','page2.html');return
document.MM_returnValue">Link</a>
(that is an example link in the body - assuming you have two frames named
"mainFrame" and "bottomFrame")

--
Murray
============

"Roopa" <Roopa@discussions.microsoft.com> wrote in message
newsAD5C044-8BE3-494F-AB09-015E53BC2F52@microsoft.com...
> Thanks and I think I'd like to give a try and check.. how is it done ? Am
> curious now.
>
> Roopa
>
> "Murray" wrote:
>
>> Yes, it's possible. The problem is that if you do that, and the visitor
>> then clicks the back button on the browser, only the most recent frame
>> change will revert. Now your frameset is out of synch. This is one of
>> the
>> many reasons that frames are rarely the optimal layout choice. Are you
>> sure
>> you need to use them?
>>
>> --
>> Murray
>> ============
>>
>> "Roopa" <Roopa@discussions.microsoft.com> wrote in message
>> news:A3813730-1CE1-496A-A293-ADD49D918449@microsoft.com...
>> > Hi,
>> >
>> > I want to how to load two different pages into two different frames
>> > with
>> > one
>> > click of a button.. Is this possible ?
>> >
>> > Roopa

>>
>>
>>



  Reply With Quote
Old 15-12-2005, 09:47 AM   #5
Stefan B Rusynko
Guest
 
Posts: n/a
Default Re: loading two different pages into two different frames with one

See http://irt.org/script/frame.htm

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontP...53/Default.aspx
_____________________________________________


"Roopa" <Roopa@discussions.microsoft.com> wrote in message newsAD5C044-8BE3-494F-AB09-015E53BC2F52@microsoft.com...
| Thanks and I think I'd like to give a try and check.. how is it done ? Am
| curious now.
|
| Roopa
|
| "Murray" wrote:
|
| > Yes, it's possible. The problem is that if you do that, and the visitor
| > then clicks the back button on the browser, only the most recent frame
| > change will revert. Now your frameset is out of synch. This is one of the
| > many reasons that frames are rarely the optimal layout choice. Are you sure
| > you need to use them?
| >
| > --
| > Murray
| > ============
| >
| > "Roopa" <Roopa@discussions.microsoft.com> wrote in message
| > news:A3813730-1CE1-496A-A293-ADD49D918449@microsoft.com...
| > > Hi,
| > >
| > > I want to how to load two different pages into two different frames with
| > > one
| > > click of a button.. Is this possible ?
| > >
| > > Roopa
| >
| >
| >


  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off