<script>
function popitup(url)
{
var newW = 500;
var newH = 200
var left = (screen.width-newW)/2;
var top = (screen.height-newH)/2;
var newwindow = window.open(url, 'ask bill', 'location=0, width='+newW+',height='+newH+',left='+left+',top='+top);
newwindow.resizeTo(newW, newH);
newwindow.moveTo(left, top);
newwindow.focus();
return false;
}
</script>
Question
aika
un tālāk iekš php:
Uz FF strādā lieliski, IE spītējas un jaunais logs neizlec! Kur problēma - kods taču elementāri vienkāršs un apmuļļāts!
Un papildus jautājums - vai tiešām ar FF nav javas koda kas aizvērtu logu?!
Txs jau iepriekš
Link to comment
Share on other sites
9 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.