好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

JS跳转语句

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>

查看更多关于JS跳转语句的详细内容...

  阅读:57次