0
I want to ask the user for information only without using those dialog boxes and leave it printed there on the site, with the use of input. Is it javascript that does this? I tried to google something and I didn’t find anything. I really want to be able to program my website, but I have no idea where to start learning, or anything like that. If you have a tip I appreciate.
Note: This is an example of what I’m trying to do, since I didn’t explain so well... Obs2.: I read what you put, only to ask for information like this, where I will store the answer, I do not know any other way without using the prompt... But if I use it I will have to use javascript, which consequently it will appear in a dialog box.
And why don’t you use forms?
– felipsmartins
As such ( I am a layperson in this subject ) Using formularies in html or javascript?
– user31034
https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Forms
– felipsmartins
http://www.w3schools.com/html/html_form_elements.asp
– felipsmartins
I find this one very illuminating: https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Forms/My_first_HTML_form
– felipsmartins
http://www.codecademy.com/#! /Exercises/0 <- starts in HTML and evolves to Javascript
– MoshMage
vlww.. I’ll take a look! :)
– user31034
@Vanessacristina, if you want to add a Search to your page, maybe the ideal is to use the Google Forms, you can either add the same inside an iframe or through the API
– Tobias Mesquita