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
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
Comment