Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why does it use <form> for links? #78

Open
G2G2G2G opened this issue Feb 1, 2021 · 0 comments
Open

Why does it use <form> for links? #78

G2G2G2G opened this issue Feb 1, 2021 · 0 comments

Comments

@G2G2G2G
Copy link

G2G2G2G commented Feb 1, 2021

<form action=\"/wifi\" method=\"get\"><button>Configure WiFi</button></form><br/><form action=\"/0wifi\" method=\"get\"><button>Configure WiFi (No Scan)</button></form><br/><form action=\"/i\" method=\"get\"><button>Info</button></form><br/><form action=\"/r\" method=\"post\"><button>Reset</button></form>

vs

<a href=\"/wifi\"><button>Configure WiFi</button></a><a href=\"0wifi\"><button>Configure WiFi (No Scan)</button></a><a href=\"/i\"><button>Info</button></a><a href=\"/r\"><button>Reset</button></a>

Never seen that before

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant