Hmm... either of below from a js script
$('body').height(280);
$('html').height(280);
produces script error on running,
Uncaught TypeError: Cannot call method 'height' of null
What gives?
CqN
On May 27, 12:23 am, Martin Sikora <
lazyeurop...@googlemail.com>
wrote:
> I alwaysresizepopup maually:
>
> $('body').height(height);
> $('html').height(height);
>
> If there was awayto do it automatically I would appreciate it
> > Is it possible toresize apopupwindowfrom the js or html file? I
> > have an extension where it is desirable, when some configuration is
> > done by the user, toresizethe winodw for a better fit. Yes, of
> > course the user can currently manuallyresizethe extension, but I