เขียนแบบง่าย ๆ ก็ run ไม่ผ่านครับ ดูที่คอนโซล. แจ้ง error แบบนี้ ครับ
Net state changed from IDLE to BUSY 3896568281-warden_bin_i18n_warden.js:90
Net state changed from BUSY to IDLE 3896568281-warden_bin_i18n_warden.js:90
ไม่ทราบว่าต้องแก้ไขอย่างไร ช่วยแนะนำด้วยครับ
ผมเขียน มี 2ไฟล์ ครับ
1. ไฟล์ชื่อ code.gs
function doGet(e) {
return HtmlService.createHtmlOutputFromFile("home") ;
}
function userClicked(){
Logger.log('pass from html') ;
}
2. ไฟล์ชื่อ home.html
<!DOCTYPE html>
<html>
<head>
<base target="_top">
</head>
<body>
<h1 >Header page</h1>
<button id='btn' > run me </button>
<script>
console.log('write from html page') ;
google.script.run.userClicked() ;
</script>
</body>
</html>
หัดเขียน google script แต่เริ่มต้น google.scritp.run ก็ทำงานไม่ได้แล้วครับ ?
Net state changed from IDLE to BUSY 3896568281-warden_bin_i18n_warden.js:90
Net state changed from BUSY to IDLE 3896568281-warden_bin_i18n_warden.js:90
ไม่ทราบว่าต้องแก้ไขอย่างไร ช่วยแนะนำด้วยครับ
ผมเขียน มี 2ไฟล์ ครับ
1. ไฟล์ชื่อ code.gs
function doGet(e) {
return HtmlService.createHtmlOutputFromFile("home") ;
}
function userClicked(){
Logger.log('pass from html') ;
}
2. ไฟล์ชื่อ home.html
<!DOCTYPE html>
<html>
<head>
<base target="_top">
</head>
<body>
<h1 >Header page</h1>
<button id='btn' > run me </button>
<script>
console.log('write from html page') ;
google.script.run.userClicked() ;
</script>
</body>
</html>