Advertisement

08.22.2008 at 04:29AM PDT, ID: 23669839 | Points: 250
[x]
Attachment Details

Javascript for full screen not working in IE7/ Vista

Asked by infowareindia in JScript, JavaScript

I have a javascript written to open window in fullscreen without panel of browser
It is working perfect in IE6/ firefox and ie 7 at my place but not on few IE7 browsers

attached is the javascript code, please suggest

thanksStart Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
// JScript File
 
  function displaywindow()
    {
    var h=window.screen.availHeight;
      var w=window.screen.availWidth;
   
      
     
  var s="width=" + w + "px,height=" + h + "px,resizable=no,addressbar=no,minimizable=no,resizable=no,toolbar=no,menubar=no,location=no"
    window.open('portfolio.htm','protfolio',s,true);
    return false;
    }  
 
 
function wndcenter()
    {
 
    window.moveTo(0,0); 
  window.status='0'
    return false;
    }
[+][-]08.22.2008 at 04:34AM PDT, ID: 22288591

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.22.2008 at 04:44AM PDT, ID: 22288675

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.22.2008 at 04:47AM PDT, ID: 22288698

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.22.2008 at 04:53AM PDT, ID: 22288746

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.22.2008 at 05:01AM PDT, ID: 22288809

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.24.2008 at 06:14AM PDT, ID: 22559302

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628