Jump to content

How to write a value from a text slider to a file


cherault

Recommended Posts

Dear all,

I am using a  slider to change an integer value.
My question is how to write this changed value to a text file in my computer ?

This is the code I use to change the value slider:

<form name="lightValues">
    <input type="range" name="lightInputName" id="lightInputId" value="1" min="1" max="20" onchange="getvalor(this.value);" oninput="lightOutputId.value = lightInputId.value">
    <input size="1" type="text" name="lightOutputName" id="lightOutputId"></input>
</form>

Thanks for your help and support.

Best regards,

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...