G
Guest
Hello,
Can you control the window attributes (toolbar, scrollbars, left and right
exc.) when using the hyperlink control as you would when using javascript?
For examle, I am using the following javascript to open another window and
would like to control these attributes with the hyperlink control:
window.open(msgSubmitterInfo,t,s);return false"
var s="toolbar=no,directories=no,scrollbars=yes,resizable=yes,";
s+= "left=200,top=100,width=500,height=400";
Can you control the window attributes (toolbar, scrollbars, left and right
exc.) when using the hyperlink control as you would when using javascript?
For examle, I am using the following javascript to open another window and
would like to control these attributes with the hyperlink control:
window.open(msgSubmitterInfo,t,s);return false"
var s="toolbar=no,directories=no,scrollbars=yes,resizable=yes,";
s+= "left=200,top=100,width=500,height=400";