I have already tried that. Then i saw a post on another forum saing that the way i have written my code is the correct way to do it, so now i'm lost...
Why destroy other people, when you already have succes in destroying yourself...
I have a small problem getting this (code underneath) to work. It's very simple, but i'm making myself blind trying to figure out what i'm missing.
<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
<table>
<tr>
<td>...
The problem is that it only maximize the new window instead of going into fullscreen mode. It works fine without SP2, but i have to use SP2 at work, so I was hoping that someone knew how to get around this.
staffa
After installing SP2 for win xp, I got problems opening a page in fullscreen mode. Does anyone know a work around for this problem?
My code is:
<script language="javascript">
<!--
window.open('index2.php','InfoScreen','fullscreen=yes,width=' + window.screen.availWidth + ',height=' +...
Thanks.
I forgot to describe my problem earlier. The units suffix wasn't a problem, it gives the same result, but emidiatly after changing to 700px, it changes back.
I've tryed using this.blur() in many ways, but then it doesn't change, so I'm really lost.
staffa
I'm having problems changing the width of a table and a td inside the table.
My code is:
<script type="text/javascript" language="javascript">
function resizeWin(w){
document.getElementById("mainTBL").style.width = w;
w2 = w - 40;
document.getElementById("mainHeaderTD").style.width = w2;
}...
If the opener page generates the popup window onclick, then no other sites is able to open the popup.
example:
<html>
<head>
</head>
<body>
<script>
<!--
function doServices(){
var...
If you want to give a popup window a title, then you have to give it in the <title></title> of the page that you open. The wdwServices name i wrote is a script handler name for the new window.
I don't have a idea yet on how to do the other thing...
staffa
No wdwServices is not the opener, it's the name of the new window.
But are you sure that the "url + querystring" is correct, because it looks like it needs some quotation.
staffa
Try filling all the parameters with more info.
example:
window.open('','wdwServices','fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,directories=no,location=no,width=400,height=500,left=220,top=130');
staffa
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.