Centered popup window

Posted: April 16th, 2008 | Author: | Filed under: Developers, Javascript | No Comments »


<pre lang="javascript">
<SCRIPT TYPE="text/javascript">
<!--
function popUp(theURL, myWidth, myHeight) {
  var winName = 'feedback';
  var features='toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0';
  //var myWidth = 290;
  //var myHeight = 360;
  var isCenter = 'true'; 
  if(window.screen)
    if(isCenter && isCenter=="true"){   
      var myLeft = (screen.width-myWidth)/2;   
      var myTop = (screen.height-myHeight)/2;   
      features+=(features!='')?',':'';   
      features+=',left='+myLeft+',top='+myTop; 
    } 
  var handle = window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);
  handle.opener = window;  handle.focus(); return handle;
}
//--></SCRIPT>
</pre>


Contact us

Posted: March 22nd, 2008 | Author: | Filed under: General | No Comments »

%%wpcontactform%%


Payment Options

Posted: March 22nd, 2008 | Author: | Filed under: General | No Comments »

Payment Options:

Pay for 1 Article $10
[paybutton]1 Article post|1|10|||[/paybutton]


adnetworks

Posted: March 22nd, 2008 | Author: | Filed under: General | No Comments »

Comming soon


TAI : PHP – Think About It

Posted: March 7th, 2008 | Author: | Filed under: General | No Comments »

Welcome to Tai : PHP – Think About It

PHP Resources