关于 herf

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-23 13:49:20
Original
1573 people have browsed it

<html><head>	<title>注册</title></head><body>	<a target="_blank" herf="login.html">登入</a>	<br/>	<a target="_blank" herf="register.html">注册</a></body></html
Copy after login


我这样不能跳转到login.php和register.php页面么?都是在同一个文件夹下面的。


回复讨论(解决方案)

哦,是login.html和register.html。

href 而不是 herf

如果是同级目录就行,
href

改成这样就可以了。

<html><head>    <title>注册</title></head><body>    <a target="_blank" href="login.html">登入</a>    <br/>    <a target="_blank" href="register.html">注册</a></body></html>
Copy after login

 href 写错了,应该是herf 

是href,不是herf。你用的什么编译器?用Dreamweaver写,它有提示的,如果没有提示就说明你输入错了

是href.....

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