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!
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?
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
Thanks!
------------------------------------------------------------------------------------------------------------------
"Fritz [MVP Frontpage]" <death...@spammparassites.org> escribió en el
mensaje de noticias:#EBijKV1...@TK2MSFTNGP03.phx.gbl...
have you read my reply ?
"Edoardo Benussi [MVP]" <edoardo.b...@tin.it> escribió en el mensaje de noticias:u2FS%23BQ1I...@TK2MSFTNGP03.phx.gbl...
--
Cheryl D Wise
MS MVP Expression
Author: Foundations of Microsoft Expression Web
See our selection of Expression Web tutorials at
http://by-expression.com/content/tutorials.aspx
"UTOPIAN" <gla...@yahoo.com.ar> wrote in message
news:uXRFpRM1...@TK2MSFTNGP04.phx.gbl...
--
Clark
CHO, HomePage Doctor
www.homepagedoctor.com/ExpressionTutorials/Tutorials.htm
-------------------------------------------------------------------------------------------------
"Edoardo Benussi [MVP]" <edoardo.b...@tin.it> wrote in message
news:esU7kp21...@TK2MSFTNGP06.phx.gbl...
something like this:
<a href="alfa.aspx" target="myframe"
onclick="javascript:window.open(....)">PPP</a>
"UTOPIAN" <gla...@yahoo.com.ar> escribió en el mensaje de noticias:uudfS4W2...@TK2MSFTNGP05.phx.gbl...