Controlling a DC motor via web browser

Hello Group!

Maybe someone on this forum might be able to help me. I am trying to control a dc motor speed and direction via a web browser using an Arduino Uno WiFi Rev2. I have successfully been able to control a dc motor speed and direction using buttons on a web page and that was the easy part.Now I would like to use a html range slider in order to control speed and direction. i've looked over several servo control methods however those use the servo.h library. Has anyone been able to do what I've been trying to accomplish? Thanks for the help in advance.

PilotinControl:
i've looked over several servo control methods however those use the servo.h library.

Can you explain why you see that as a problem?

Very similar topic here

The servo.h library uses position increments and so on....running a motor uses variable speeds 0-255 and the slider notches would control 0,1,2,3 and so on. My question since its a motor is why I posted it here as well.

PilotinControl:
The servo.h library uses position increments and so on....running a motor uses variable speeds 0-255 and the slider notches would control 0,1,2,3 and so on.

No, still not seeing it.