ORIGINAL CODE (line 1422):
var OpenWindow=window.open
(pRef, "newwin", "height="+vHeight+",width="+vWidth);
CHANGE TO (line 1422):
var OpenWindow=window.open
(pRef, "newwin", "resizable=yes,titlebar=no,height="+vHeight+",width="+vWid
th);
Regards,
Mladen K.
Original issue reported on code.google.com by hermanom...@gmail.com on 14 Jul 2009 at 11:34
Original issue reported on code.google.com by
hermanom...@gmail.com
on 14 Jul 2009 at 11:34