I want the resulting HTML page to appear next to the dhtml rollover menu, on the right hand side.
Return to Recent Questions
Q:
I've begun experimenting with the dhtml rollover menu program and like what I see.
Question, when I have a tree menu on the left and the user clicks
a node, I want the resulting HTML page to appear next to the dhtml rollover menu,
on the right hand side. How do I reposition the HTML page so it
doesn't take up the whole page and cover the menu?
A:
You can use frames and open link pages into the content frame, or use Iframe.
Please, set the name for your iframe, for example:
<iframe name ='myFrame' ...
<frame name ='myFrame' ...
And then you must set the following dhtml rollover menu parameter in the data file with
your menu:
var titemTarget="myFrame";
Return to Recent Questions
Related:
- Sep 26, 2006 - Is there a way to change the height of the main buttons in my simple dhtml menu.
- Oct 13, 2006 - Under the menu images there is a gray line that makes it look broken.
- Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
- Oct 30, 2006 - I don't see on my website dhtml mouseover menu that I saw on my local machine.
- Nov 05, 2006 - With the new version of javascript rollover menus, my body onload function is blocked.
- Nov 05, 2006 - The font color doesn't change when I roll over the dhtml side menu
- Nov 14, 2006 - Can dhtml menu script work with tables ?
- Nov 23, 2006 - It is possible to have context menu work with your tree menu dhtml?
- Dec 02, 2006 - How does the search engine stuff for rollover menu work?
- Dec 04, 2006 - With the licensed .js files of menu dhtml the status bar on IE shows "Error on page".
- Dec 11, 2006 - How to add the new items to the dhtml vertical menu without using two data.js files?
|