Re: Changing javascript function
Posted By:
WarnerJan_Veldhuis
Posted On:
Thursday, July 28, 2005 03:01 AM
make sure you take the dim1 and dim2 out of the string:
window.open(urltotaal, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=" + dim1 + ",height=" + dim2 + ",left = 440,top = 312');");