What I’m trying to do
What I want to do is something like this: create a slider with the html input tag (which you are able to do.) then, use the script tag to code it so that when I move the slider, it changes text on part of the document. The only way I know to do this is using javascript but aparently it’s disabled. Is there any way to enable it.
And if there isn’t, is there any other way I can do what I described above?
Things I have tried
i tried using iframes but those can’t embed local files. I don’t know if there are any plugins available to do this. I tried researching other stuff.