|
Posted by Jonathan N. Little on 05/21/06 20:24
Michael Laplante wrote:
> I'm creating html photoalbums. These will use frames (stop hissing -- it's
> just for me and suits my particular needs).
>
> Layout will be left-hand navigation, right-upper file descriptions,
> right-lower photo. Hope that makes sense.
>
> My quick question: Can a hyperlink be set up to load two files in the two
> right-hand frames? I would prefer no javascript tricks for reasons too long
> to explain here.
>
> Any tricks anyone?
Déjà vu! In HTML an A element can only link to one resource. You nmust
either:
A) Use client-side JavaScript
B) Use server-side script and you must generate whole page, you could
not communicate to both frames at once with server-side.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|