I've not got a clue which script you are using so I have included the html needed to pop the window, and then close the original browser. And the Javescript ( the java should be called "pz_chromeless_2.1.js" ) needed to run the chromeless browser. I hope this will be of some assistance!
(by the way sorry for the length of the reply!)
-------------------------HTML----------------------------
<html>
<head>
<title> chromeless window loader</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
/ Gabriel Suchowolski power[z]one - powerz@microbians.com
//
// Distributed under the terms of the GNU Library General Public License
//
// - Chromeless trick by webFX.
var windowCERRARa = "close_a.gif";
var windowCERRARd = "close_d.gif";
var windowCERRARo = "close_o.gif";
var windowNONEgrf = "none.gif";
var windowCLOCK = "clock.gif";
var windowW = W;
var windowH = H;
var windowX = -1;
var windowY = -1;
var salida = txt.toString()
var re = /\\/g; var salida = salida.replace(re, "\\\\"
var re = /\//g; var salida = salida.replace(re, "\\\/"
var re = /\"/g; var salida = salida.replace(re, "\\\""
var re = /\'/g; var salida = salida.replace(re, "\\\'"
var re = /\n/g; var salida = salida.replace(re, "\\n"
var re = / /g; var salida = salida.replace(re, ""
var re = /\t/g; var salida = salida.replace(re, ""
var re = /\r/g; var salida = salida.replace(re, ""
I have the same problem.
At work, I have W2K SP3, IE 6 SP1 and all chromeless windows appear maximized.
I have XP at home, no service pack, and they work fine.
Is there any way to resize them? I tried onload resize, but that didn't do the trick
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.