|
|
|
codepad
|
|
|
|
Saved pastes by crazyhack:
<br/>
<p>
<a href="http://validator.w3.org/check/referer" target="_blank"><img alt="XHTML 1.0 Transitional" src="http://127.0.0.100/web/buttons/xhtml.png" border="0" /></a>
<a href="http://jigsaw.w3.org/css-validator/validator-uri.html" target="_blank"><img alt="Css Validator" src="http://127.0.0.100/web/buttons/css.gif" border="0" /></a>
|
| view (25 lines) |
<!--上传图片后实时显示图片缩略图-->
<!--preview.js-->
var allowExt = ['jpg', 'gif', 'bmp', 'png', 'jpeg'];
var preivew = function(file, container){
try{
|
| view (59 lines, 59 lines of output) |
<!--页面跳转倒计时-->
<!--javascript-->
<span id="countdown"></span>
<script type="text/javascript">
t = -1; // 计数器
|
| view (14 lines, 14 lines of output) |
<!--L-System Tree.html-->
<html>
<head>
<script language="javascript">
function submit()
|
| view (47 lines, 47 lines of output) |
<!--Hibernate 实现分页查询-->
<!--Source:http://topic.csdn.net/t/20060520/22/4766816.html-->
public ListPage get(int start,int len){
|
| view (28 lines, 28 lines of output) |
<!--点击相应结点展开其子节点-->
<script>
function showInfo(str){
for(var i=1;i<3;i++)
document.getElementById("tr"+i).style.display="none";//先隐藏所有结点
|
| view (14 lines, 14 lines of output) |
<!--隐藏指定id的结点-->
<script>
function hideAll()
{
getElementById("Layer1").style.display="none";
|
| view (10 lines, 10 lines of output) |
<!--js跳转到指定页面-->
<script type="text/javascript">
function register()
{
window.navigate("register.jsp");
|
| view (7 lines, 7 lines of output) |