文章标签 ‘跳转’

通过js或者html或者php等动态程序都可以方便的实现跳转,这里搜集了几种页面跳转的方式
js方式的页面跳转
1.window.location.href方式

window.location.href="http://ssslove.com/";

2.window.navigate方式跳转

window.navigate(……

阅读全文

2009年7月5日01:47 | 没有评论
分类: 代码如诗
标签: , , ,

方案一
[code]

[/code]
方案二
[code]

 
正在进入,请稍等...
  

  
  

   
var bar=0 
var line="||" 
var amount="||" 
count() 
function count(){ 
bar=bar+2 
amount =amount + line 
docume......

阅读全文

2009年7月4日13:03 | 没有评论
分类: 代码如诗