How can I open a new window of a specific dimension in the dhtml toolbar?
Return to Recent Questions
Q:
I have a question, How can I open a new window of a specific dimension?
I Know how to use the �_blank� property to open a new window. But
then how can I indicate the size of the new Window?
Can you please help me?
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');"]
Try that.
Return to Recent Questions
|