|
|
|
ใครมีโค๊ด popup แบบนี้บ้าง ขอหน่อย พอคลิกที่ ADD แล้วมันขึ้น form ใหม่ มาให้เราน่ะ เหมอนในรูป |
|
|
|
|
|
|
|
popup หรือ opeNew Widows ก็ได้
|
|
|
|
|
Date :
2009-05-30 16:43:07 |
By :
nongjen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใครมีโค๊ดแบบนี้บ้างครับ
|
|
|
|
|
Date :
2009-05-31 20:19:03 |
By :
nongjen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าไม่ใช้ ajax ก็เขียนได้ง่ายๆ เลยครับ
<a href="#" onclick="document.getElementById('f1').style.display='block';return false;">show form</a>
<form id="f1" method="post" action="?" style="position:absolute;display:none;left:100px;top:50px;">
<input type="text" name="product[name]" /><br />
<input type="text" name="product[price]" /><br />
<input type="text" name="product[detail]" /><br />
<input type="submit" value="เพิ่มรายการสินค้า" />
<input type="submit" value="ยกเลิก" onclick="this.form.style.display='none';return false;" />
</form>
|
|
|
|
|
Date :
2009-05-31 20:48:23 |
By :
num |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จากฟอร์มนี้ถ้ากดให้มันเรียกฟังชั่นเก็บข้อมุลเสร็สแล้ว กลับมารีเฟรชหน้าหลักล่ะทำไง
|
|
|
|
|
Date :
2009-05-31 22:12:20 |
By :
nongjen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าโค้ดข้างบนต้องใช้ ajax งั้นเอาเป็นแบบ open window ละกันครับ [ javascript open window ]
|
|
|
|
|
Date :
2009-05-31 22:41:15 |
By :
num |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ajax ก้ได้ครับ มีโค๊ดหรือป่าวครับ
|
|
|
|
|
Date :
2009-05-31 22:43:40 |
By :
nongjen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ที่อยากได้คือ มันขึ้น popup หรือขึนหน้าต่าใหม่เป็น form มาเลยน่ะครับ
|
|
|
|
|
Date :
2009-06-01 08:17:00 |
By :
nongjen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://cakephp.jitwitya.com/post/javascript-open-window
http://cakephp.jitwitya.com/post/jquery-example-adding-data-to-text-file
นอกจากโปรแกรมที่ผมให้ไปสองแบบยังมีแบบอื่นอีกเหรอเนี่ย
|
|
|
|
|
Date :
2009-06-01 08:30:13 |
By :
num |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มีจิครับ สังเกตุดูดีๆๆ ว่า form ที่สร้างใหม่ ไม่มีแอดเดรส บาร์ และหัวเวป
|
|
|
|
|
Date :
2009-06-01 08:44:17 |
By :
nongjen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://cakephp.jitwitya.com/post/jquery-example-adding-data-to-text-file
ผมคิดว่าเค้าใช้ dynamic html อย่างในตัวอย่างนี้นะ
แต่ถ้าเค้าใช้ open window จริงๆ ขอผม url หรือโค้ดตัวเว็บไซท์ตัวอย่างข้างบนหน่อยครับ อยากทราบว่าทำยังไง
|
|
|
|
|
Date :
2009-06-01 09:22:27 |
By :
num |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<SCRIPT LANGUAGE='JAVASCRIPT' TYPE='TEXT/JAVASCRIPT'>
<!--
var win=null;
function NewWindow(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";win=window.open(mypage,myname,settings);
win.focus();}
// -->
</script>
เราใช้ javascript ช่วยสร้าง popup ขึ้นมา
|
|
|
|
|
Date :
2009-06-01 13:02:23 |
By :
kai9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
madooball.com ไง
|
|
|
|
|
Date :
2009-07-02 02:18:12 |
By :
madooball |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|