使用javascript移动到另一个php页面

时间:2018-01-07 17:46:53

标签: javascript html

我点击li之后尝试从一个页面移动到另一个页面转到javascript函数,该函数有请求转到另一个页面。

这是我的js代码:

function profile(usertype){
 alert(usertype);
 window.location="comehere.php";
}

index.php页面代码:

<!DOCTYPE html>
<html>
<head>
 <script src="style.js"></script>
 </head>
<body>
 <div id="Menu-bar" >
   <ul>
  <li style="position:absolute;left:430px;Top:0;"><a 
   href="javascript:profile('Admin');" class="active" id="report-print">
     <img src="images/users.png"></a></li>
   </div>
 </ul>
 </body>

comehre.php页面:

<!DOCTYPE html>
<html>
 <head>
<h1>HALLOOOOOOOOOOOO  </h1>
</head>

点击li,我只收到提醒并且没有移到其他网页,为什么?

1 个答案:

答案 0 :(得分:0)

我在这里测试过并且工作正常。看起来你输入了javascript&#34;来了&#34;,什么时候必须&#34; comehre&#34; - 没有&#39; e&#39;