0

我想弄清楚我该怎么做-

我想做的是重定向到http://www.example.com/xyz/index.php页面,然后刷新目标(http://www.example.com/xyz/index.php)我可以做onclick

<input class="submit" type="button" style="font-weight: normal;" 
                            onclick="javascript:window.location.href='http://www.example.com/xyz/index.php'; return false;" value="Back to web">

先感谢您。

问候,莫娜

4

1 回答 1

1

这就是你需要的一切:

<a class="submit" style="font-weight: normal;" href="http://www.example.com/xyz/index.php">Back to web</a>
于 2013-10-02T16:24:06.587 回答