| 
      Return to Recent Questions I would like to load an iframe into one of the items in oncontextmenu. 
 
 Q:
    Hello, I am trying out your dhtml menu and would like to load an iframe into
 one of the menus, how would I go about this?
 
 
 A:
 If you want to insert <iframe> object inside a menu item you can do following things.
 
 You can paste any html code  into menu items, for example:
 
 ["item text <iframe src="link"></iframe>", link, ...]
 
 
 
 
 
 Return to Recent Questions
 
 
 |