How to implement login popup in html/javascript

后端 未结 3 1069
暖寄归人
暖寄归人 2020-12-16 18:25

Basically, I want to create a login popup like the one that a lot of routers have to get access to the setup page: \"Log

3条回答
  •  误落风尘
    2020-12-16 19:21

    What you need is a form based authentication defined in your HTML. Something like this:

    and you would need a server to handle the POST action, and perform authentication.

提交回复
热议问题