| 
      Return to Recent Questions How to use a dhtml javascript menu item so that it opens a window at a certain size? 
 
 Q:
I\'m testing out your menu system and I have a question regarding
 one of our current menu item\'s functionality.
 
 Currently, I have a menu item that performs an onclick window.open
 function so that it opens a popup window at a certain size and with
 certain parameters.
 Is it possible to have similar functionality with an item on your menu system?
 
 
 A:
You should use a Javascript code with a link field so:
 
 ["Text", "javascript:window.open('../Help/Text_Index.htm', 'Help', 'height=450,width=600,scrollbars');"]
 
 
 
 
 
 Return to Recent Questions
 
 
 |