Newbie, please help! _html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:20:04
Original
1082 people have browsed it

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:




login interface



Welcome To Login Interface !




UserName:

PassWord:< ;br>









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

Successfully !




Reply to the discussion (solution)

Owner, are you sure IE9 cannot submit? I tested it for you and it can be submitted~

1.


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>
Copy after login

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template