Home > Article > Web Front-end > Newbie, please help! _html/css_WEB-ITnose
html chrome
I learned some html today and found that I can jump when submitting data in chrome, but not in ie9! The code is as follows:Owner, are you sure IE9 cannot submit? I tested it for you and it can be submitted~
1. 2a3bf68837adb714b37e8abf6590626e
Shouldn't this be the post method?
2. I didn’t see successfully.html receiving variables.
What’s going on with the original poster! According to common sense, it should be submitted. It is estimated that the submitted address is wrong! Please take a closer look!
<html><head><title>login interface</title></head><body bgcolor="pink"><h1 align="center">Welcome To Login Interface !</h1><form action="sucessfully.html" method="get">UserName:<input type="text" name=""></br>PassWord:<input type="password" name=""><br><input type="submit" value="submit"><input type="reset" value="reset"></form></body></html>