Javascript lesson 3 - accepting input from user using message box or html form

preview_player
Показать описание
In today's lesson, we talk about how to accept input from a message box or an HTML form from the user, and process that input to output a message to either a blank page or a section of the original page. We briefly mention the concept of objects which we will talk more about later.

Рекомендации по теме
Комментарии
Автор

Thank you so much for this tutorial. About 18 years ago, I learned enough html to manage a simple website for my small business. Four months ago, I decided it was time to bring my site up to date and finally bit the css bullet for the first time. It opened a whole new world for me. Last week I decided it was time to learn JavaScript. So yesterday I'm about half way through the w3schools tutorials and I get this strange urge to write a script that will allow someone to enter a temperature in Fahrenheit then display the Celsius conversion on a page. So I'm researching hard all day until late in the evening with no success in getting a result to display and go to bed very confused. This morning I stumbled upon your video after doing a Youtube search for "use javascript to enter a value". After studying your method and doing a little trial and error, I got it to work!!! I know I'm a newb and all when it comes to JavaScript, but now I feel I'm on my way! I'm for sure subscribing to your channel.

drsmith
Автор

thanks for this tutorial, i was making an application and was wondering for how should i take the user input, because there were more then 100 lines of codes and everything was getting out of my mind, there were a lot of arguments as well, thankyou again for ur help, this tutorial really helped me a lot.

aryaneelshivam
Автор

Thank you for making this video. I love the fact that you use notepad and you explain the concepts very well.

Jacobe
Автор

LOL. you really are a really good tutor.:) I am taking JavaScript and I have yet to understand what they teach me but you made it so simple. I understood everything you explained and even learned new things too. by the way, thanks for not using all of those crazy and confusing terms that most YouTubers and even teachers use. it made things much more simple and clear.

koikoijem
Автор

tbh one of the best video i see about this subject
you're really good tutor
however I recommend everyone to put the speed at 1.5 cheers

DZMegamind
Автор

This tutorial was very helpful on demonstrating how to retrieve information that is typed into the input field and displaying the information on to the screen or as it is called the DOM. Thanks for that bit of information.Now, I would if you could make a tutorial on how to add multiple elements from the input field and displaying on the DOM.

joncam
Автор

Thanks so man Man, I was looking for how to read from input since a week and this morning by chance I found this video, millions of thanks

darinebouzar
Автор

Thanks a lot for javascript tutorial! It is really nice to get to know javascript!

arvinjalali
Автор

You are a good tutor and thanks for the video. Keep them coming. 

ryaz
Автор

why if i type inside the <script> all the code that i put inside can't read when i run :(

ErickJohnYT
Автор

thanks bro u did a great job!!! i was facing some issues and was trying to solve for long time !! after seeing i got the place where i made mistake !! thnks bro

dhruvmistry
Автор

Awesome Man..thanks for a simple but effective videos

vivekunique
Автор

This is exactly what I was looking for!! Thank you so much!!

marcellamunter
Автор

You're a life savior! Thank you so much!

KenRico
Автор

Thanks for this. You are doing the work of all the terrible community college teachers the world over.

manysnakes
Автор

Hello Magic Monk Tutorials
How can I make that the Imput tag is cleared automaticly after submitting it?

Nice tuto :D

thefastest
Автор

Thank u.i hope you can do something like input 5 grades then average.

sethlegaspi
Автор

I was really hoping for a video on a separate Javascript code file that is linked to the html page to perform just that. Isn't it frowned upon to write javascript code in your html?

ryanm
Автор

is it possible to fix the default values so that when we open the page we can change the values manually ?

rohinikumari
Автор

I need to calculate all operation using array from single textbox.. simply like a calculator.. Store the value, calculate the values and display result

rathibcom