![]() |
|
|
#1 |
|
Guest
Posts: n/a
|
two events with a single click
Hi to all!
I'd like to know whether there's any way to generate two simultaneous events when pressing a button, that is, that when pressing, not only a page gets loaded in a certain iframework, but also gets an image loaded in another iframework. I've got an page divided in two iframeworks, so if I click said button, I want it to change the contents of two iframeworks at the same time, one loading an image or another page, and the other framework, loading a page ...is this possible? It also could be an OnLod event, that is, that when clicking on the button, a page gets uploaded in a framework and when this one is uploaded, with the onload the other page is uploaded + image or just image in the other framework... I came up with this but I have no idea how to do it. Thanks! |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Re: two events with a single click
"UTOPIAN" <gla1972@yahoo.com.ar> wrote in message news:uXRFpRM1IHA.2208@TK2MSFTNGP04.phx.gbl...
Hi to all! I'd like to know whether there's any way to generate two simultaneous events when pressing a button, that is, that when pressing, not only a page gets loaded in a certain iframework, but also gets an image loaded in another iframework. I've got an page divided in two iframeworks, so if I click said button, I want it to change the contents of two iframeworks at the same time, one loading an image or another page, and the other framework, loading a page ...is this possible? Hi Utopian, yes you can do this using i.e. property href for the first event and the method "onclick" and javascript for the second event. bye. -- Edoardo Benussi - edo@mvps.org Microsoft® MVP - Most Valuable Professional Management Infrastructure - Systems Administration https://mvp.support.microsoft.com/Profile/Benussi |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Re: two events with a single click
> I want it to change the contents of two iframeworks at the same time,
Why not clone the page (with all your iframe) and insert in the new copied what you want; and then you point the link to this new copied page? This is faster and more stable .... -- Fritz [MVP ms Office Web Editors] news:microsoft.public.it.office.frontpage news:microsoft.public.it.expression bulletin board: www.frontpageclub.org |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Re: two events with a single click
Yes, but I have two iframe to load simultaneous with only one button to do
this... Thanks! ------------------------------------------------------------------------------------------------------------------ "Fritz [MVP Frontpage]" <deathedirty@spammparassites.org> escribió en el mensaje de noticias:#EBijKV1IHA.4572@TK2MSFTNGP03.phx.gbl... >> I want it to change the contents of two iframeworks at the same time, > > Why not clone the page (with all your iframe) and insert in the new copied > what you want; and then you point the link to this new copied page? This > is faster and more stable .... > > > -- > Fritz [MVP ms Office Web Editors] > news:microsoft.public.it.office.frontpage > news:microsoft.public.it.expression > bulletin board: www.frontpageclub.org |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Re: two events with a single click
UTOPIAN <gla1972@yahoo.com.ar> wrote in message,
%23KWpBYu1IHA.4060@TK2MSFTNGP04.phx.gbl > Yes, but I have two iframe to load simultaneous with only one button > to do this... have you read my reply ? -- Edoardo Benussi - edo@mvps.org Microsoft® MVP - Most Valuable Professional Management Infrastructure - Systems Administration https://mvp.support.microsoft.com/Profile/Benussi |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|