Results 1 to 2 of 2

Thread: Help Linking Side Menu to Iframes

  1. #1
    Join Date
    Aug 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help Linking Side Menu to Iframes

    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

  2. #2
    Join Date
    Jan 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •