dropdown & iframes
dropdown & iframes
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- Xentic0
okay, you mean in the same time? Hmm... You'll need sme kind of java script for that... something like:
onClick='change2()' in the link
And this part in the head (as javascript):
function change2()
{
parent.textFrame.src = 'text.html'
parent.flyerFrame.src = 'flyer.html'
}this is for a normal link. Don't know how to do it in a dropdown menu