Posts by Karina • 137 points
3 posts
- 
		8 votes3 answers178 viewsQ: Validate a FormHow do I display a alert() if the person has not completed a textarea, and a alert() that the comment was saved? Javascript: function saveTextAsFile() { var textToWrite =… javascriptasked Karina 137
- 
		2 votes2 answers13081 viewsQ: Storing data from a formI would like to know how to store data from a form, there will be a presentation in the course and I would like the people who access my page to leave a comment about what they thought... I was… 
- 
		3 votes1 answer335 viewsQ: Get the most selected radio input with JavascriptI’m putting together a test, I just have the html structure done, I wanted to know how to know which of the radio input is most selected. Ex.: Most selected was "A)" then when submitting the form,…