how do i get the pop it menu to target a iframe?
how do i get the pop it menu to target a iframe?
Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.
cr3ative
A retired member, drop me a line through my site if you'd like to find me!
cr3ative media | read the stickies
Assuming your iframe has an ID of "myiframe", try altering one of the menu items so it reads:
linkset[0]='<div class="menuitems"><a href="javascript:document.getElementById('myiframe').src='http://www.dynamicdrive.com'">Dynamic Drive</a></div>'
In other words, the code:
javascript:document.getElementById('myiframe').src='http://www.dynamicdrive.com'
should be used as the href portion of the menu link.
Bookmarks