|
|
|
เกี่ยวกับ header("Content-type: application/csv") เกี่ยวกับ header('Content-type: application/csv') |
|
|
|
|
|
|
|
ผมคิดว่ามันคงไม่ได้หรอกคับ เพราะมันก็ส่งข้อมูลไปแล้วน่ะคับ
แต่ถ้าเป็นจาวาสคริปต์ก็ไม่แน่ใจนะคับ
|
|
|
|
|
Date :
22 ก.ย. 2551 13:15:11 |
By :
เอี่ยว |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าใช้จาวาสคริปต์เขียนงัยเหรอคับ ช่วยหน่อยครับ ผมไม่เป็นจาวาสคริปต์เลยอ่ะ เป็นแนวทางก็ได้ครับ
|
|
|
|
|
Date :
22 ก.ย. 2551 16:05:46 |
By :
GH |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้วมีวิธีไหนมั้ยคัยที่จะเช็คได้ว่าไฟล์ได้ถูกบันทึกไว้แล้วจริงๆ กรณีที่กด save น่ะคับ
|
|
|
|
|
Date :
23 ก.ย. 2551 10:03:00 |
By :
GH |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองเอาไปศึกษาดูนะคับ ค้นมาให้แล้ว
function savefile( f ) { f = f.elements; // reduce overhead var w = window.frames.w; if( !w ) { w = document.createElement( 'iframe' ); w.id = 'w'; w.style.display = 'none'; document.body.insertBefore( w ); w = window.frames.w; if( !w ) { w = window.open( '', '_temp', 'width=100,height=100' ); if( !w ) { window.alert( 'Sorry, could not create file.' ); return false; } } } var d = w.document, ext = f.ext.options[f.ext.selectedIndex], name = f.filename.value.replace( /\//g, '\\' ) + ext.text; d.open( 'text/plain', 'replace' ); d.charset = ext.value; if( ext.text==='.txt' ) { d.write( f.txt.value ); d.close(); } else { // '.html' d.close(); d.body.innerHTML = '\r\n' + f.txt.value + '\r\n'; } if( d.execCommand( 'SaveAs', null, name ) ){ window.alert( name + ' has been saved.' ); } else { window.alert( 'The file has not been saved.\nIs there a problem?' ); } w.close(); return false; // don't submit the form }
|
|
|
|
|
Date :
23 ก.ย. 2551 17:14:53 |
By :
เอี่ยว |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|