on page 510 has the code:
========================================================================================
<form action = “/” method = “POST”> <p> <label for = “ssid”> SSID </label> <input type = “text” id = “ssid” name = “ssid”> <br> <label for = “pass”> Password </label> <input type = “text” id = “pass” name = “pass”> <br> <label for = “ip”> IP Address </label> <input type = “text” id = “ip” name = “ip” value = “192.168.1.200”> <input type = “submit” value = “Submit”> </p> </form> </div> </div> </div> <script src = “script.js”> </script> </body> </html>
===========================================================================================
but I can’t find the script.js file for wifimanager.html anywhere
please guide me !
Thank you very much.
Hi.
That particular example doesn’t need a JavaScript file.
So, you just need to remove that line.
<script src="script.js"></script>
It was our mistake. I’m sorry about that.
It will be fixed in the next update.
Regards,
Sara