By admin, 1 year and 10 months ago

Centered popup window

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)if(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;}
By admin, 2 years ago

privacy statement

privacy statement

By admin, 2 years ago

publishing guidelines

publishing guidelines

By admin, 2 years ago

submission guidelines

submission guidelines

By admin, 2 years ago

Contact us

Highlighted fields are required.
Your Name:
Your Email:
8 + 1 =
Your Website:
Your Subject:
Your Message:
By admin, 2 years ago

Payment Options

Payment Options:

Pay for 1 Article $10

You must login first.

By admin, 2 years ago

adnetworks

Comming soon

By admin, 2 years ago

TAI : PHP - Think About It

Welcome to Tai : PHP - Think About It

PHP Resources

← Previous 01 02 Next →