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>

  • 相关阅读:
    react 样式继承 属性传递
    react css-in-js
    react 利用高阶组件给页面加上动画
    react路由过渡动画效果
    REACT列表过度
    react 过渡动画组件
    VueJs之计算属性
    VueJs之判断与循环
    VusJs之入门
    MYSQL之数据报表
  • 原文地址:https://www.cnblogs.com/findumars/p/3124953.html
Copyright © 2011-2022 走看看