You are not logged in.
Pages: 1
Hi All was having a problem with the display of the image manager in firefox 1.5 added the line below >>>> to manager.php and it now works fine
<script type="text/javascript">
/*<![CDATA[*/
>>> window.resizeTo(600, 460); <<<
if(window.opener)
HTMLArea = window.opener.HTMLArea;
Offline
What was the problem?
Offline
The popup screen would truncate half the information making it impossible to use..I added the above lines and everything is fine.
Offline
Pages: 1