whmcs.js çağırman lazım.
popupWindow fonksiyonunu bul
Şunları js ekledim ancak çalışmadı yine sayfa kendi içinde dönüyor.
function popupWindow(addr,popname,w,h,features) {
var winl = (screen.width-w)/2;
var wint = (screen.height-h)/2;
if (winl < 0) winl = 0;
if (wint < 0) wint = 0;
var settings = 'height=' + h + ',';
settings += 'width=' + w + ',';
settings += 'top=' + wint + ',';
settings += 'left=' + winl + ',';
settings += features;
win = window.open(addr,popname,settings);
win.window.focus();
}
--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 22:25:48 -->-> Daha önceki mesaj 22:24:02 --
Tamam hallettim js 'yi include etmeyi unutmuşum.

Çok teşekkürler hocam