Amazing tutorial, what I do is just keep codes like these as part of my arsenal and when it is time to work I just apply them. This is JavaScript at it's finest. Nothing complicated.
I am creating a digital ID card for the online school I am attending and needed to figure out how to get the values from the input and select field to the card section and your video really helped me out. Thank you so much
Thanks a million! very straightforward tutoring that just covers the topic that I stuck with, and your explanation is very clear and easy to understand👍
I thought this video was excellent!!! The demystifying of grabbing input user data and displaying it is an ability that every programmer needs to master. great work, this really drives it home in its simplicity. Thank you.
one way that would work is already creating all the objects, but only giving a certain inputted number of those a visibility. but that wouldnt work for any number then ofc. But I think theres functions in JS that create new children of an object, so that would work better I think
Thank you a lot, i need to know that how to take a value and print the value in the form and I watched many videos like a 20 videos but why didn't I found this video earlier like It helped me. This video is so underrated.
First i would like to say thank you to the content provider for taking the time to teach... however can anyone tell me how to do this with the return value of a function?
Hi Ralph. Thank you for making this video. It serves as a beacon of hope for what I need to achieve. How would you use the method similar to change the value of a page title by a simple plain text placed anywhere on the page? Thanks in advance.
Hi Ralph, thank you for the explanation. I am working on something similar (star rating). Could you make another tutorial in Javascript about that, because I am struggling here? Important to know: the stars (after submit) should appear on another page in a table, where they should be automatically saved, newest data in the top row I went through many tutorials, but couldn't find the solution. Thank you in advance.
Awesome tutorial Although, the text isn't stored permanently, when I remove the text from the text box, even the text in the paragraph tags disappear How do you keep the text
Could you make a code for display the value from javascript into the input? to pass the demo variable/value on javascript into the input text and convert it to a variable that can be used with PHP.
Thanks a bunch! I was looking for this and immediately signed up to your channel. One extra step I am trying and still not able to accomplish is, How can I have more than one input box and still show into the same output paragraph box? Also, Can I include the name of the input box as well? Thanks, Roger
for the script with the form input. I need to do similar. but i need the output to be to a different page not the same page as they enter the data on. how would i do this?
Anyone know if I make a input box and I enter a message there and I click a button and after click I need pop up message with the same text that I enter anyone know to get this.
Hello sir, I typed exactly your syntax, but it did not work. It works when nesting a button click function with the fun1 function, and add the onclick attribute to the button. So weird. If the nested function works while the single-standing function does not work for me.
Hey ! Really educating video, me and my friend we are working on a project and i needed something quite like this but with a scripted immediate answer, how can i do that ? I'm already working on it but some help would be amazing. The input value sent it dosen't matter, as long as the user is sending something, after that i need to create a log into the logbox, and you just show how to do that, which is amazing but, after this, how can i make spawn another message ? like if it was from a bot.
for sure. I bet having the function get invoked oninput or onchange would be cool. As the user types new letters, the function can display the message. Or, append the changes to the existing message.
I like your javascript coding style. Classic with no confusing lamda functions.
You have no idea how much I needed this, thank you!! 😭😭
Bhai isse bhi km code m or aasan code m bta dungi tujhe
Please say to mi i have need to develop page for text box@@jyoti42229
@@jyoti42229batao na fir
@@jyoti42229 tell me please
Bro you're like the Bob Ross of Coding hahaha, so soothing to listen to and really really well explained, thank you a lot!
The way you talk not only keeps me engaged, but it’s kind, and calming and you explain things very well. New sub!
I have looked everywhere for something to demonstrate this, I just wanted to say thank you so much!
Amazing tutorial, what I do is just keep codes like these as part of my arsenal and when it is time to work I just apply them. This is JavaScript at it's finest. Nothing complicated.
Omg i needed this type of teaching so bad😭😭😭
I am creating a digital ID card for the online school I am attending and needed to figure out how to get the values from the input and select field to the card section and your video really helped me out. Thank you so much
You walked through this so well!
spent hrs looking for this, and now i see its so simple XD nice work mate
Awesome for straightforward tutorial .. And understanding style Next is Level
Thanks a million! very straightforward tutoring that just covers the topic that I stuck with, and your explanation is very clear and easy to understand👍
thats the truth! super clear, easy to understand!
I thought this video was excellent!!! The demystifying of grabbing input user data and displaying it is an ability that every programmer needs to master. great work, this really drives it home in its simplicity. Thank you.
I have been searching for the idea of How to interact HTML input to output. Thank you so much
😅I love this guy the way he explains things makes it simple to understand
You're the first person who explained that to me. Thanks.
Thank you so much Ralph, this is what I have been searching for for a while now.
Thanks again 🤗
Very helpful. Explained everything clear and concise.
Thank you very much! I learnt a lot thanks to your video! Plus your voice sounds very zen and reassuring :)
Clear explanation thank you very much
Thank you for this video, you explained everything on simple way.
Thank you for clearing my value concept 😇✌
just awesome . Found after two days of searching.
I got this Question in my interview.. Thank you so much its clear and easy to understand 😃
one way that would work is already creating all the objects, but only giving a certain inputted number of those a visibility. but that wouldnt work for any number then ofc. But I think theres functions in JS that create new children of an object, so that would work better I think
Lot of Thanks for Explain..............
Good sir, you earned yourself a new subscriber today.
Dear God thank you for this wonderful man.
Thank you a lot, i need to know that how to take a value and print the value in the form and I watched many videos like a 20 videos but why didn't I found this video earlier like It helped me. This video is so underrated.
Something I would like to see is how to take an input and put it into a for loop that generates that many objects based on the input.
Excellent work
You did an important function with superb explanation and within short amount of time
Please please keep this up
I never comment at YT videos but, man, you REALLY helped me with this one.
Thank you a lot
Thanks. Happy it helped.
Thank you so much!!!😭😭 I've struggling with this for a while
This is really good content, it helped me a lot. Thank you
when he changed the variable name from but1 to btn1 his face was just too funny
🤣🤣🤣🤣
thanks for explaining by good design/type.
So Helpful. Thank you. You kinda sound like Owen Wilson. lol.
simple and useful, wonderful
OMG thank you very much sir!!! Very helpful!!!
Love your content
Thanks sir I understand now what the .value method does. I saw it some javascript password generator project but was not sure what it did. I do now!
You explain so well! Just subscribed
you just saved my life thank you so much!!!
Thanks dear. Simple and understandable.
Thankyou so so so much sir!! Thankyou thankyou thankyou🙏🙏🙏🙏🙏
very help full 😍
Thank you so much! This was very helpful!
First i would like to say thank you to the content provider for taking the time to teach... however can anyone tell me how to do this with the return value of a function?
thanks so much man god bless and never ever give up
How can I show the whole label with the attribute?
for example
John
In my case I added a text input with a plus and minus button. But the values are not modified as you add more numbers.
Thanks it was help ful..
I just want you to do an owen wilson impression.
Great Content Ralph.. Could you please help me with one thing.. How to take the input from the user and display it in same window as popup/alert?
you could use the alert function in javascript:
function anyfunc() {
alert(txt1.value);
}
or prompt() global function also
This is really helpful
Thank you so much simple and good
Saved my time.
From India ❤
Thank you so much i so needed this
Hi Ralph.
Thank you for making this video. It serves as a beacon of hope for what I need to achieve. How would you use the method similar to change the value of a page title by a simple plain text placed anywhere on the page? Thanks in advance.
Hi Ralph, thank you for the explanation.
I am working on something similar (star rating).
Could you make another tutorial in Javascript about that, because I am struggling here?
Important to know:
the stars (after submit) should appear on another page in a table,
where they should be automatically saved,
newest data in the top row
I went through many tutorials, but couldn't find the solution.
Thank you in advance.
thanks you so much mister, this was helpful
How do I submit and still display the text on the page? Do you have a video showing how to do this? Thanks a bunch! 😇
I think your awesome. Good tutorial. Good teaching style.
Thanku so much 😇
very good and easy
Nice ❤! Thanks
Thanks for the explanation
What I want to know is that the name of the compiler that you are using with?
Please Help!
Awesome tutorial
Although, the text isn't stored permanently, when I remove the text from the text box, even the text in the paragraph tags disappear
How do you keep the text
thanks my man
Thanks so much ❤
Could you make a code for display the value from javascript into the input? to pass the demo variable/value on javascript into the input text and convert it to a variable that can be used with PHP.
I have a question. How do I display the value of the input from the HTML to another HTML file using javascript? By the way Great video!!
Thank you God! ❤️
Hello! , thanks for a very straightforward lecture. Can we add elementary id from another html page?
Your videos are awesome thank you. So followup, I get it to display for a few sec and it disappears. Did I miss something? I am using Replit
Thank you so much
Thanks a bunch!
I was looking for this and immediately signed up to your channel.
One extra step I am trying and still not able to accomplish is,
How can I have more than one input box and still show into the same output paragraph box?
Also, Can I include the name of the input box as well?
Thanks, Roger
You could do it in multiple ways. Easiest would be to just get all inputs from and then connect them using +, then using
to create new lines if needed
for the script with the form input. I need to do similar. but i need the output to be to a different page not the same page as they enter the data on. how would i do this?
Thanks a million
Great! Thank you! 🥰
Dear instructor,
I did exactly the same but it disappears very quickly. I need some help please
. value type first letter v in small letter
Anyone know if I make a input box and I enter a message there and I click a button and after click I need pop up message with the same text that I enter anyone know to get this.
thanks, super usefull!
How you have declare function.. I'm not getting result..
You're the best
Hello sir, I typed exactly your syntax, but it did not work. It works when nesting a button click function with the fun1 function, and add the onclick attribute to the button. So weird. If the nested function works while the single-standing function does not work for me.
Hi I solved the problem, Looks like the const variable must be put within a {} block.
Thaaankss!!!!!
Thanks A Ton 😇
Thanks!
How to excute another value taken from input
Hi for some reason I have tried all tutorials on TH-cam, even this simple example but I can not seem to get the .value function to work.
Inside the brackets you need to add value="text for button" near the end of the input type/button.
Hey ! Really educating video, me and my friend we are working on a project and i needed something quite like this but with a scripted immediate answer, how can i do that ?
I'm already working on it but some help would be amazing.
The input value sent it dosen't matter, as long as the user is sending something, after that i need to create a log into the logbox, and you just show how to do that, which is amazing but, after this, how can i make spawn another message ? like if it was from a bot.
can we make make such option that input text is directly shown on that box and skipping that button functionality
for sure. I bet having the function get invoked oninput or onchange would be cool. As the user types new letters, the function can display the message. Or, append the changes to the existing message.
Is there any way to do this if i dont use const but var ?
appreciate it !
Thanku sir
Thanks 👍😊 guy
Output box don't appear ☹️
How do I direct it to another page
how do i display it in a list ? pls answer