Reply
Fri 11 Nov, 2005 08:11 pm
i am almost done with my site thanks to the help i gotten here.. i just need to know:
is there an easy code to target two frames with one hyperlink???
basically i have one link that i am trying to see if it can open 2 windows..one with a picture and one with text simultaneously..
other words:
one link>>>>>>>>>>> two frames with diferent html
Thats hyper reality for you ......Never the same 2 choices once.
Hmm, I'm not sure about opening both at the same time, but you could have one open when you click on the link, and a script on the one that is opened that opens the next one, sort of like this:
Link > Window 1 opens > Script starts > Window 2 opens
Ady is right. You will need scripting as what you want to do is not within the realm of the html specs.
use an onclick event on a link to trigger what you want.