|
|
|
ช่วยดู JavaScript นี้ให้ผมหน่อยครับ .. !(คลิ๊กแล้วขึ้นหน้าใหม่ แต่ไม่ยากให้มัน Refresh หน้าเก่าครับ) |
|
|
|
|
|
|
|
function NewWindow(mypage, myname, w, h, scroll,menu) {
if (w == 'x' ) {
w = screen.width - (0.2*screen.width) ;
}
if (h == 'x' ) {
h = screen.height - (0.2*screen.height) ;
}
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2 - (0.2*screen.height);
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',menubar='+menu+',scrollbars='+scroll+',resizable,status,toolbar=0,location=0,z-lock=yes,alwaysRaised=yes'
win = window.open(mypage, myname, winprops)
}
คือว่าพอคลิ๊กลิ้ง แล้วมันจะขึ้นหน้าใหม่ขึ้นมา แต่ มัน Refresh หน้าเก่าครับ
คือผม ยากจะให้มัน ไม่ Refresh หน้าเก่าครับ...
Tag : ASP, JavaScript
|
|
|
|
|
|
Date :
2011-12-25 14:53:40 |
By :
sununrak |
View :
1537 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
น่าจะผิดตอนเอาไปใช้มากกว่าครับ
|
|
|
|
|
Date :
2011-12-25 17:18:49 |
By :
kerb |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|