Announcement

Collapse
No announcement yet.

DHTML help please

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    DHTML help please

    Got a simple query (well not for me it aint)

    I am using a dhtml menu and have a query with the code. its a 2 framed page with the menu in the top frame and i need the link to open in the bottom frame. anyone know where i supposed to put the link to open in the bottom frame in the below code???

    dhtmlMenu = new NavBarMenu(110, 120);
    dhtmlMenu.addItem(new NavBarMenuItem("Weddings", ""));
    dhtmlMenu.addItem(new NavBarMenuItem("Ettiquette", "http://www.xxxxxxxxxxx.co.uk/ettiquette.htm"));


    I want the ettiquette page to open up in the bottom frame

    Any assistance would be great, going round in circles
    Andy
    http://www.blueridgeit.co.uk/
    http://www.iseriessecurity.co.uk/

    #2
    Framed navigation usually requires something like target="bottomframe" in the <a> tags so it knows where to open the linked page .... "bottomframe" is the name of the target frame inside the frameset.

    HTH

    ...of course it opens the question why are you using a frameset in this day and age?


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment

    Working...
    X