If you mean "How can I target an iframe using Omni Slide?", then you give your iframe a name and include it in the Omni Slide code as the target:
HTML Code:
<iframe name="bob"></iframe>
Code:
["Dynamic Drive", "http://www.dynamicdrive.com", "bob"]
or:
Code:
menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
fontsize:'100%', // express as percentage with the % sign
linkheight:22 , // linked horizontal cells height
hdingwidth:210 , // heading - non linked horizontal cells width
linktarget:'bob', // Default link target
to make all links target the 'bob' iframe.
Bookmarks