PC Review


Reply
Thread Tools Rate Thread

change the contents of two frames using only a one button click

 
 
=?Utf-8?B?Q2hyaXMgQi4=?=
Guest
Posts: n/a
 
      29th Sep 2005
I have a page that uses inline frames. Two of the frames display media. One
is Video and one is audio. When a visitor to the site clicks on an Audio
file while a Video is playing, they hear the audio from both playing at the
same time. I need to make the link for the audio file playing in the audio
frame #2 also change the Video frame #1 to another source. In short ' One
Button to change two frame inputs at the same time.)

Help... Thanks
 
Reply With Quote
 
 
 
 
Sparky Polastri
Guest
Posts: n/a
 
      29th Sep 2005

"Chris B." <Chris B.@discussions.microsoft.com> wrote in message
news:AA358BC3-8028-4C6A-91E0-(E-Mail Removed)...
>I have a page that uses inline frames. Two of the frames display media.
>One
> is Video and one is audio. When a visitor to the site clicks on an Audio
> file while a Video is playing, they hear the audio from both playing at
> the
> same time. I need to make the link for the audio file playing in the
> audio
> frame #2 also change the Video frame #1 to another source. In short ' One
> Button to change two frame inputs at the same time.)
>
> Help... Thanks


You can do that with JavaScript. Here are some links for samples.

http://www.google.com/search?q=%22on...%22+javascript


 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      29th Sep 2005
The problem with such schemes is that you open the gates of frameset hell
when you do so. Consider the poor confused user who then clicks on the back
button. The most recently loaded frame changes. Only. Now your whole
frameset is out of synch....

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

"Sparky Polastri" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> "Chris B." <Chris B.@discussions.microsoft.com> wrote in message
> news:AA358BC3-8028-4C6A-91E0-(E-Mail Removed)...
>>I have a page that uses inline frames. Two of the frames display media.
>>One
>> is Video and one is audio. When a visitor to the site clicks on an
>> Audio
>> file while a Video is playing, they hear the audio from both playing at
>> the
>> same time. I need to make the link for the audio file playing in the
>> audio
>> frame #2 also change the Video frame #1 to another source. In short '
>> One
>> Button to change two frame inputs at the same time.)
>>
>> Help... Thanks

>
> You can do that with JavaScript. Here are some links for samples.
>
> http://www.google.com/search?q=%22on...%22+javascript
>



 
Reply With Quote
 
Sparky Polastri
Guest
Posts: n/a
 
      3rd Oct 2005
True. 99% of the time, framesets are mis-applied and not necessary.

There are a few cases where they are a good way to do something, but for
public web sites... not many.

"Murray" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The problem with such schemes is that you open the gates of frameset hell
> when you do so. Consider the poor confused user who then clicks on the
> back button. The most recently loaded frame changes. Only. Now your
> whole frameset is out of synch....
>
> --
> Murray
> ============
>
> "Sparky Polastri" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>
>> "Chris B." <Chris B.@discussions.microsoft.com> wrote in message
>> news:AA358BC3-8028-4C6A-91E0-(E-Mail Removed)...
>>>I have a page that uses inline frames. Two of the frames display media.
>>>One
>>> is Video and one is audio. When a visitor to the site clicks on an
>>> Audio
>>> file while a Video is playing, they hear the audio from both playing at
>>> the
>>> same time. I need to make the link for the audio file playing in the
>>> audio
>>> frame #2 also change the Video frame #1 to another source. In short '
>>> One
>>> Button to change two frame inputs at the same time.)
>>>
>>> Help... Thanks

>>
>> You can do that with JavaScript. Here are some links for samples.
>>
>> http://www.google.com/search?q=%22on...%22+javascript
>>

>
>



 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      3rd Oct 2005
<nods>

1. Having continuous music throught a site <cringe>
2. Having a Flash animation that doesn't restart on each page <cringe>
3. Obfuscating the URI (i.e., loading a page on site1 that brings in frames
from site2 <shrug>
4. Displaying special-purpose pages (letterbox, or slide-show) <shrug>

Are there any more?

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

"Sparky Polastri" <(E-Mail Removed)> wrote in message
news:43414828$(E-Mail Removed)...
> True. 99% of the time, framesets are mis-applied and not necessary.
>
> There are a few cases where they are a good way to do something, but for
> public web sites... not many.
>
> "Murray" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> The problem with such schemes is that you open the gates of frameset hell
>> when you do so. Consider the poor confused user who then clicks on the
>> back button. The most recently loaded frame changes. Only. Now your
>> whole frameset is out of synch....
>>
>> --
>> Murray
>> ============
>>
>> "Sparky Polastri" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>>
>>> "Chris B." <Chris B.@discussions.microsoft.com> wrote in message
>>> news:AA358BC3-8028-4C6A-91E0-(E-Mail Removed)...
>>>>I have a page that uses inline frames. Two of the frames display media.
>>>>One
>>>> is Video and one is audio. When a visitor to the site clicks on an
>>>> Audio
>>>> file while a Video is playing, they hear the audio from both playing at
>>>> the
>>>> same time. I need to make the link for the audio file playing in the
>>>> audio
>>>> frame #2 also change the Video frame #1 to another source. In short '
>>>> One
>>>> Button to change two frame inputs at the same time.)
>>>>
>>>> Help... Thanks
>>>
>>> You can do that with JavaScript. Here are some links for samples.
>>>
>>> http://www.google.com/search?q=%22on...%22+javascript
>>>

>>
>>

>
>



 
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
Change button on click event =?Utf-8?B?R3JlZyBTbmlkb3c=?= Microsoft Access Form Coding 2 31st Jan 2007 05:47 PM
change a field value with a button click =?Utf-8?B?RGF0YWJhc2UgVXNlcg==?= Microsoft Access Forms 1 17th Jan 2006 12:23 PM
Undo Button Click change =?Utf-8?B?S2lyYW4=?= Microsoft Excel Misc 2 12th Jul 2005 07:59 PM
Change pages open in 'contents' frame w/o opening multiple frames. =?Utf-8?B?QmVnZ2luZzR1MmhlbHA=?= Microsoft Frontpage 26 24th Dec 2004 09:53 PM
Click button to change text François Microsoft Frontpage 3 17th Aug 2004 03:51 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:46 PM.