I'm trying to set up my side menu so when the link is clicked it goes to an iframe on my page. How do i do it as i am putting in the name of the iframe, main, and it doesn't work.
I'm using Dynamic-Fx Slide-In Menu .
Aza
TorrentMan
01-18-2006, 12:11 AM
Here is how im doing to load into a ifram, my name on the iframe is "main" without the quotes... and it is function perfect..
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Español"] //create header
ssmItems[1]=["Inicio", "index.html", "_self"]
ssmItems[2]=["Nosotros", "nosotros.html", "main"]
ssmItems[3]=["Historia", "historia.html","main"]
ssmItems[4]=["Productos", "productos.html", "main"]
ssmItems[5]=["Companias Asociadas", "companias.html", "main"]
ssmItems[6]=["Contactanos", "contactanos.html", "main"]
ssmItems[7]=["Galeria", "gallery.html", "main"]
"main" is the target...
hope it will help
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.