Тёмный
The Scripts Show
The Scripts Show
The Scripts Show
Подписаться
Beginner JavaScript To-Do List Project Part 2
1:00:07
5 месяцев назад
Beginner JavaScript To-Do List Project Part 1
47:23
5 месяцев назад
Комментарии
@a1tipstricks283
@a1tipstricks283 20 дней назад
7:40
@surajdiwaker-d7s
@surajdiwaker-d7s 20 дней назад
👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍
@ifastcoder9750
@ifastcoder9750 22 дня назад
good project bro
@karishmakumari-y7g8s
@karishmakumari-y7g8s 22 дня назад
please teach advance javascript
@karishmakumari-y7g8s
@karishmakumari-y7g8s 22 дня назад
nice
@ifastcoder9750
@ifastcoder9750 22 дня назад
op video bro😀😀😀😀😀
@Haat02
@Haat02 22 дня назад
1 video firebase pe bhi bana dena 🎉🎉❤❤❤❤
@TheScriptsShow
@TheScriptsShow 22 дня назад
ok bro
@Haat02
@Haat02 22 дня назад
Good video bro ❤❤❤❤
@krisna_prasad
@krisna_prasad 23 дня назад
😮😮😮
@KrishnaKumar-pd5zi
@KrishnaKumar-pd5zi 24 дня назад
😀😀😀
@ifastcoder9750
@ifastcoder9750 24 дня назад
now its good🤩
@jitenderkohli788
@jitenderkohli788 25 дней назад
nice video keep uploading videos on these types of topics
@a1tipstricks283
@a1tipstricks283 25 дней назад
👍👍
@a1tipstricks283
@a1tipstricks283 25 дней назад
👍👍
@a1tipstricks283
@a1tipstricks283 25 дней назад
Nice video
@a1tipstricks283
@a1tipstricks283 25 дней назад
👍👍
@KrishnaKumar-pd5zi
@KrishnaKumar-pd5zi 28 дней назад
good video
@KrishnaKumar-pd5zi
@KrishnaKumar-pd5zi 29 дней назад
best 😴🤒 video
@RandoMBlah3
@RandoMBlah3 Месяц назад
source code?
@KrishnaKumar-pd5zi
@KrishnaKumar-pd5zi Месяц назад
best video
@krisna_prasad
@krisna_prasad Месяц назад
🎉
@ifastcoder9750
@ifastcoder9750 Месяц назад
thanks
@ifastcoder9750
@ifastcoder9750 Месяц назад
nice
@KrishnaKumar-pd5zi
@KrishnaKumar-pd5zi Месяц назад
good
@KrishnaKumar-pd5zi
@KrishnaKumar-pd5zi Месяц назад
good work😀
@Vinod-ll6ho
@Vinod-ll6ho Месяц назад
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <h1>Hello World!</h1> <h2>Background Changer</h2> <button>Red</button> <button>Blue</button> <button>Pink</button> <button>Green</button> <button>Yellow</button> <button>Purple</button> <button>Orange</button> <button>Teal</button> <button>Gray</button> <button>Brown</button> <script> let h1=document.querySelector("h1"); console.log(h1); let h2=document.querySelector("h2"); console.log(h2); let body=document.querySelector("body"); console.log(body); let btn=document.querySelectorAll("button"); for(let i=0;i<btn.length;i++){ btn[i].addEventListener("click",function(){ let color=btn[i].innerText; body.style.backgroundColor=color; }) } </script> </body> </html>
@tthecooljose4674
@tthecooljose4674 2 месяца назад
you could have used google forms directly
@GreezyTingz
@GreezyTingz 2 месяца назад
Secure? Plain text not even encrypted, clown.
@BenjaminB.Laryea
@BenjaminB.Laryea 2 месяца назад
Can you link it to google forms, where after logging in, it will take you to the google forms to fill?
@TheScriptsShow
@TheScriptsShow Месяц назад
yes
@bernhardcr7665
@bernhardcr7665 2 месяца назад
@TheScriptsShow hi thx for the tutorial...i have problem... i only got empty blank white page,when i hv tried to sign in. it is not openig the home.html can u hlp me?thx
@jorgeluisjuarezgarcia8083
@jorgeluisjuarezgarcia8083 3 месяца назад
Muchas gracias. 🏆 Saludos desde México.
@fathorrosi5952
@fathorrosi5952 5 месяцев назад
Tak ngerteh engkok kawan polan salbut bik musikgeh
5 месяцев назад
No encontre la parte 2 😢
@KrishnaKumar-pd5zi
@KrishnaKumar-pd5zi 5 месяцев назад
good
@KrishnaKumar-pd5zi
@KrishnaKumar-pd5zi 5 месяцев назад
good
@KrishnaKumar-pd5zi
@KrishnaKumar-pd5zi 5 месяцев назад
this video is realy nice
@thelsazzad
@thelsazzad 5 месяцев назад
Thanks a lots............. waiting for explain video on it.....
@thelsazzad
@thelsazzad 5 месяцев назад
page refresh show confirm resubmission could you please fix it?
@alevanf
@alevanf 6 месяцев назад
Finally, yours is the only tutorial that worked for me, thxs, but also, be careful with declaring password and user validation with 0 row, cause it will validate headers "User"/"Username" and "Password" as valid username and password for logging in.
@NÑOFRANKLINELAGARTO
@NÑOFRANKLINELAGARTO 6 месяцев назад
how to get source code
@reunim8303
@reunim8303 6 месяцев назад
Could you share code?
@TheScriptsShow
@TheScriptsShow 6 месяцев назад
why not
@reunim8303
@reunim8303 6 месяцев назад
How could I get it sir?
@profesornoguera3536
@profesornoguera3536 9 месяцев назад
Good video I subscribed. Where is posible to get code premake for learn better.
@MRColdjer
@MRColdjer 10 месяцев назад
plz script!!!
@Trungoan-hd2sv
@Trungoan-hd2sv 10 месяцев назад
pro, TypeError: Cannot read properties of null (reading 'getDataRange') (line 14, file "Code"). Why i get this error?
@PichitRaetai
@PichitRaetai 10 месяцев назад
the Best
@HDRTez
@HDRTez 11 месяцев назад
Hello, i hope you can help me. Error1----SyntaxError: Unexpected token '=' (línea 6, archivo "Code") Error2--- ReferenceError: ss is not defined doPost @ Code.gs:15 1.let SS = SpreadsheetApp.getActiveSpreadsheet().getSheetByName('UserData'); 2. 3.function doGet() { 4.var template = HtmlService.createTemplateFromFile("Login"); 5.template.message = ''; 6. return template.evaluate().setTitle('Login Page'); 7. } 8. 9. 10.function getUrl() { 11. return ScriptApp.getService().getUrl(); 12.} 13. 14.function doPost(e) { 15. var userData = ss.getDataRange().getValues(); 16. for(var i=0; i<userData.length; i++){ 17. if(userData [i][0]== e.parameter.email && userData [i][1] == e.parameter.password) { 18. var output = HtmlService.createTemplateFromFile('Home'); 19. output.username = userData[i][0] 20. return output.evaluate().setTitle('Home'); 21. } else if(e.parameter.LogoutButton == 'Logout'){ 22. var template = HtmlService.createTemplateFromFile('Login'); 23. template.message = 'Logout'; 24. return template.evaluate(); 25. }
@southbridgeforestHOA
@southbridgeforestHOA 11 месяцев назад
I run a small non profit that has $90 yearly dues (per member) for about 150 members. We are currently paying thousands of dollars for a company to take care of collecting these mandatory dues. All 150 membership account numbers are in a google sheets spreadsheet with account number, address, and their account balance. can the script in this video be modified to show people thier account balance when they login? I'd be glad to pay. thanks.
@d90j
@d90j 10 месяцев назад
Of course, you can use any data in the sheet
@iltijahusain9936
@iltijahusain9936 11 месяцев назад
Cam you share your code with me please
@tennisfansfans
@tennisfansfans Год назад
thanks for your video. could please help me to solve 403 forbidden error when click logout
@TheScriptsShow
@TheScriptsShow Год назад
can you see again video or send your code i will correct
@SantaniRana
@SantaniRana Год назад
what if we want make this on google site,
@TheScriptsShow
@TheScriptsShow 9 месяцев назад
nothing will happen will become
@UPerfil1
@UPerfil1 Год назад
Thank You Sir.