Home  >  Article  >  Web Front-end  >  Newbie, please help! _html/css_WEB-ITnose

Newbie, please help! _html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:20:041093browse

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:


100db36a723c770d327fc0aef2ce13b1
93f0f5c25f18dab9d176bd4f6de5d30e
b2386ffb911b14667cb8f0f91ea547a7login interface6e916e0f7d1e588d4f442bf645aedb2f
9c3bca370b5104690d9ef395f2c5f8d1

69449b1b060d2897e87f43a27934750a
dfb4d23c807e8ce66d86a7db2dd1cbbbWelcome To Login Interface !473f0a7621bec819994bb5020d29372a

94693988e8c75f36136973a5123054eb
UserName:9c0277ee990771d30fd543a38aca6c0e0b9f73f8e206867bd1f5dc5957dbcb38
PassWord:8dd59c683ba23e969c693e62c2d3e508< ;br>
94ed3e02ff2501de7f2c045fbf485802
aacb6590b6cdd96f02ddbf0969428cad
f5a47148e367a6035fd7a2faa965022e

36cc49f0c466276486e50c850b7e4956
73a6ac4ed44ffec12cee46588e518a5e



************************ *****************
successfully.html code is as follows:

4a249f0d628e2318394fd9b75b4636b1Successfully !473f0a7621bec819994bb5020d29372a


Reply to the discussion (solution)

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>

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn