I have issues with making ‘Save’ button to save my HTML Input (type=”text”) value to seperate .txt file.
Can someone with enough JavaScript experience and knowledge help me with this problem, thanks in advance.
I wrote my HTML code for both input and button
<code><input class="test" type="text" id="test1" value="123">
<button class="savebutton">Save</button>
</code>
<code><input class="test" type="text" id="test1" value="123">
<button class="savebutton">Save</button>
</code>
<input class="test" type="text" id="test1" value="123">
<button class="savebutton">Save</button>
New contributor
jordimetil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.