请问这种跳转页面怎么写?
本帖最后由 柳眉儿 于 2017-8-16 10:03 编辑多谢null_vicer兄弟帮忙,已完美解决。
我需要在浏览器中运行“http://www.abc.com/tz.html?url=www.baidu.com"后自动跳转到www.baidu.com网页。
其中www.baidu.com是个变量,就是说我运行http://www.abc.com/tz.html?url=www.sohu.com后能跳转到www.sohu.com网页上。
请问这个tz.html怎么写?
谢谢! [*]=3)){
[*]header("Location:"."http://".$url);
[*]}
[*]?>
[*]
[*]
[*]
[*]
[*].ie8 .alert-circle,.ie8 .alert-footer{display:none}.ie8 .alert-box{padding-top:75px}.ie8 .alert-sec-text{top:45px}
[*]正在执行跳转
[*]
[*]body {
[*] margin: 0;
[*] padding: 0;
[*] background: #E6EAEB;
[*] font-family: Arial, '微软雅黑', '宋体', sans-serif
[*]}
[*].alert-box {
[*] display: none;
[*] position: relative;
[*] margin: 96px auto 0;
[*] padding: 180px 85px 22px;
[*] border-radius: 10px 10px 0 0;
[*] background: #FFF;
[*] box-shadow: 5px 9px 17px rgba(102,102,102,0.75);
[*] width: 286px;
[*] color: #FFF;
[*] text-align: center
[*]}
[*].alert-box p {
[*] margin: 0
[*]}
[*].alert-circle {
[*] position: absolute;
[*] top: -50px;
[*] left: 111px
[*]}
[*].alert-sec-circle {
[*] stroke-dashoffset: 0;
[*] stroke-dasharray: 735;
[*] transition: stroke-dashoffset 1s linear
[*]}
[*].alert-sec-text {
[*] position: absolute;
[*] top: 11px;
[*] left: 190px;
[*] width: 76px;
[*] color: #000;
[*] font-size: 68px
[*]}
[*].alert-sec-unit {
[*] font-size: 34px
[*]}
[*].alert-body {
[*] margin: 35px 0
[*]}
[*].alert-head {
[*] color: #242424;
[*] font-size: 28px
[*]}
[*].alert-concent {
[*] margin: 25px 0 14px;
[*] color: #7B7B7B;
[*] font-size: 18px
[*]}
[*].alert-concent p {
[*] line-height: 27px
[*]}
[*].alert-btn {
[*] display: block;
[*] border-radius: 10px;
[*] background-color: #4AB0F7;
[*] height: 55px;
[*] line-height: 55px;
[*] width: 286px;
[*] color: #FFF;
[*] font-size: 20px;
[*] text-decoration: none;
[*] letter-spacing: 2px
[*]}
[*].alert-btn:hover {
[*] background-color: #6BC2FF
[*]}
[*].alert-footer {
[*] margin: 0 auto;
[*] height: 42px;
[*] width: 160px
[*]}
[*].alert-footer-icon {
[*] float: left
[*]}
[*].alert-footer-text {
[*] float: left;
[*] border-left: 2px solid #EEE;
[*] padding: 3px 0 0 5px;
[*] height: 5px;
[*] color: #0B85CC;
[*] font-size: 12px;
[*] text-align: left
[*]}
[*].alert-footer-text p {
[*] color: #7A7A7A;
[*] font-size: 22px;
[*] line-height: 18px
[*]}
[*]
[*]
[*]
[*]
[*]
[*]
[*]
[*]secs
[*]
[*]
[*]
[*]
[*]
[*] 正在跳转到指定的分享页面
[*] 感谢您访问瑞虎中国
[*]
[*]
[*]
[*] ">立即跳转
[*]
[*]
[*]
[*]
[*]
[*]
[*]
[*] Cisoar.Inc
[*] 思硕安全检查
[*]
[*]
[*]
[*]
[*]
[*]
[*]
[*]
[*]复制代码
PHP的 演示:http://www.tiggo.win/lib/u.php?u=http://www.ruihucn.com/thread-20854-1-1.html [*]
[*]
[*]
[*]
[*]
[*]
[*]复制代码
服务器支持的话,可以不要加# 你一点分都不给吗,大佬只好水贴了 本帖最后由 NoBB 于 2017-8-15 20:37 编辑
.. JS 黑帽跳转,哈哈。
lol.gif
本帖最后由 Wyatt 于 2017-8-16 10:10 编辑
function getQueryVariable(variable)
{
var query = window.location.search.substring(1);
var vars = query.split("&");
for (var i=0;i[*]
[*]
[*]
[*]
[*]
[*]
[*]
[*]复制代码
访问形式http://a.com#?url=b.com(需要个#号) js搞定,5楼写了,我就不写了
Wyatt 发表于 2017-8-15 19:08
function getQueryVariable(variable)
{
var query = window.location.search.substring(1);
您好,能否再麻烦帮我改一下吗?我按您的代码放入tz.html中,然后运行http://www.abc.com/tz.html?url=www.baidu.com
网页跳转了http://www.abc.com/www.baidu.com,而不是www.baidu.com
麻烦了。
柳眉儿 发表于 2017-8-15 22:49
您好,能否再麻烦帮我改一下吗?我按您的代码放入tz.html中,然后运行http://www.abc.com/tz.html?url=ww ...
改好了。。。。你们啊,自己多动手搜,让我一个设计来写js
页:
[1]
2