Home  >  Article  >  Web Front-end  >  新手,求帮助!_html/css_WEB-ITnose

新手,求帮助!_html/css_WEB-ITnose

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

html chrome

今天学了点html 发现在chrome 提交数据可以进行跳转,用ie9的提交不了!代码如下:




login interface



Welcome To Login Interface !




UserName:
PassWord:










***************************************
successfully.html 代码如下:

 

Successfully !




回复讨论(解决方案)

楼主,你确定IE9提交不了?我帮你测试了下,是可以提交的啊~

1、


这里不应该是post方式?

2、没看到successfully.html有接收变量。

楼主是什么情况!这样按常理来说应该是可以提交的,估计提交的地址错误!楼主仔细看看!

<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