zoukankan      html  css  js  c++  java
  • JS跳转语句

    给自己备用,免得忘了,而且挺实用的。

    echo "<script language=JavaScript> self.opener.location.reload();</script>";
    echo "<script language=JavaScript> parent.leftFrame.location.reload(); </script>";

    <input type="reset" value="<?php echo $ini_array['index.return'];?>" class="btn" OnClick="window.location='model_list.php'">
    <input type="reset" value="<?php echo $ini_array['index.return'];?>" class="btn" OnClick="window.history.back(-1);">

    <body id="homepage" onload="onloadButton.click()">

    <div class="contentcontainer" id="graphs" >
    <div class="headings alt">
    <h2 class="left">Rembourssement </h2>
    <ul class="smltabs">
    <li><a href="#graphs-1">L'exploitation</a></li>
    <li><a
    <?php if(isset($_GET["search_champ2"])&&($_GET["search_champ2"]!="")) echo "id='onloadButton'";
    elseif (isset($_GET["search2"])&&($_GET["search2"]=="2")) echo "id='onloadButton'";
    ?> href="#graphs-2">liste de Rembourssement</a></li>

    </ul>
    </div>

    <li><a <?php if(isset($_GET["page"])&&($_GET["page"]=="3000000")) echo "id='onloadButton'";?> href="#graphs-3000000"><?php echo $ini_array['process.list.creator'];?></a></li>

  • 相关阅读:
    Native RabbitMQ Direct Exchange
    RabbitMQ系列文章导读
    AbstractQueuedSynchronizer
    CountDownLatch和CyclicBarrier
    显示锁Lock
    《SeleniumBasic 3.141.0.0
    《SeleniumBasic 3.141.0.0
    《SeleniumBasic 3.141.0.0
    《SeleniumBasic 3.141.0.0
    《SeleniumBasic 3.141.0.0
  • 原文地址:https://www.cnblogs.com/findumars/p/3124953.html
Copyright © 2011-2022 走看看