月影社区bbsmoon.com 欢迎给我们发邮件将月影社区设置为您的首页将月影社区地址加入到您的收藏栏
首页 >> 读书频道 >> 电脑 >> 友情连接浏览器
 
· 结束ADOVB.INC的
· 介绍一下GETROWS的
· 利用MSCHART画图的
· 可以近视替代remote
· 关于打印页面的一些经验
· 将HTML表单数据存储为
· 数据排序及如何动态排序
· 连接各种数据库的代码的总
· 用VB6创建MTS组件
· vbscript和jav
· 转换文本为超联和Emai
· 得到表中字段属性代码
 
· 我和我初恋女友的母亲上了
· 电视剧小说:恶魔在身边
· 加油金顺剧情分集介绍完整
· 不爱就说你强奸(及续集)
· 鬼吹灯(80~160章)
· 和一个美女同事在电梯里被
· 谈谈心恋恋爱第三部之《记
· 我是怎样诱骗漂亮女孩的
· 妓女日记[作者:爱你不久
· 可爱卡通图片
· 妹妹,我们这样是乱伦!
· 魔兽世界:终极商业秘籍
 
· 漂亮女上司有点……
· 男按摩师
· 重庆空姐
· 为什么爱情会没有力气[作
· 古籍的装帧
· 古籍的结构
· 古籍的版式
· 古籍的版别
· 历代帝王纪年表
· 吕氏春秋[作者:秦·吕不
· 车祸[作者:金小陌]
· 金小陌查案之不吃饭的女人
欢迎来到月影社区!如果您觉得这里不错,请推荐给您的朋友们。月影社区:http://bbsmoon.com/

友情连接浏览器


查看有无更新版本

关键字:ASP技巧 2006-9-8

 

1、拷贝下面的代码到你的html文件的<head>和</head>之间
<SCRIPT language=JavaScript>
<!--
function go_to_station(){
  if (document.stationform.stationselect.options[0].selected){
    window.location.href = "http://202.98.107.86/xutao/default.htm";}
else if (document.stationform.stationselect.options[1].selected)    
  {  window.location.href = "http://member.netease.com/~xwtao/default.htm";}  
  else if (document.stationform.stationselect.options[2].selected)    
  {  window.location.href = "http://chaofan.bentium.net/default.htm";}
  else if (document.stationform.stationselect.options[3].selected)    
  {  window.location.href = "http://laosong.yeah.net/default.htm";}  
  else if (document.stationform.stationselect.options[4].selected)    
  {  window.location.href = "http://ipismusic.yeah.net/default.htm";}
else if (document.stationform.stationselect.options[5].selected)    
  {  window.location.href = "http://digest.topcool.net";}    
else if (document.stationform.stationselect.options[6].selected)    
  {  window.location.href = "http://msbnet.yeah.net/default.htm";}    
else if (document.stationform.stationselect.options[7].selected)    
  {  window.location.href = "http://www.hiddenfbi.com/default.htm";}  
return true;  
  }
//This is were you load the Discription and the Author
function textValue(){  
  if (document.stationform.stationselect.options[0].selected){
    document.stationform.disc.value = "爱情故事,photoshop"
    document.stationform.author.value = "【徐涛】";}
else if (document.stationform.stationselect.options[1].selected)    
  {  document.stationform.disc.value = "每日推荐一张CD,一个好站,一个MP3"
    document.stationform.author.value = "【天虹】";}  
  else if (document.stationform.stationselect.options[2].selected)    
  {  document.stationform.disc.value = "有独有的Java和,VB教程"
    document.stationform.author.value = "【笨男孩】";}
  else if (document.stationform.stationselect.options[3].selected)    
  {  document.stationform.disc.value = "缘分天空,情感交流的好地方"
    document.stationform.author.value = "【laosong】";}  
  else if (document.stationform.stationselect.options[4].selected)    
  {  document.stationform.disc.value = "现有歌词2681首"
    document.stationform.author.value = "【ipis】";}
else if (document.stationform.stationselect.options[5].selected)    
  {  document.stationform.disc.value = "网上原创请您推荐妙文佳作"
    document.stationform.author.value = "【koki】";}  
  else if (document.stationform.stationselect.options[6].selected)    
  {  document.stationform.disc.value = "电脑图形设计,flash在线教材大全"
    document.stationform.author.value = "【MSB】";}
else if (document.stationform.stationselect.options[7].selected)    
  {  document.stationform.disc.value = "如果是mm这边进,姐妹们说悄悄话了"
    document.stationform.author.value = "【hiddenfbi】";}  
  return true;  
  }

//-->
</SCRIPT>

2、拷贝下面的代码到你的html文件的<body>和</body>之间

<form name="stationform">
<table>
<tr>
<td>
<select class="yk9" multiple name="stationselect" onchange="textValue()" size="8">
<option>徐涛有约</option>
<option>听涛阁</option>
<option>超凡时速</option>
<option>红牌楼</option>
<option>蟑螂音乐歌词库</option>
<option>网文观止</option>
<option>MSB图形世界</option>
<option>准我自我</option>
</select></td>
<td><div align="left"><p>站长大名<br>
<input type="text" name="author" size="40"> <br>
站点主题<br>
<textarea class="yk9" cols="40" name="disc" rows="3" wrap="physical"></textarea><br>
<br>
<input class="yk9" name="stationbutton" onclick="go_to_station()" type="button"
value="立刻去看看"></td>
</tr>
</table>
</form>

说明:将第一段代码中的"链接地址"和"站长名称""站点简介"改为你自己的友情连接内容,将第二段代码中的站点名称修改为相对应的站点。

友情连接浏览器

[ 1 ]
友情连接浏览器 num

打印本页 关闭

关于我们名站导航本站导航月影邮件版权声明圣经查询友情连结作品演示 TOP↑
本论坛言论纯属发表者个人意见,与£月影社区£立场无关。 鲁ICP备05001046号
禁止发布任何色情/政治/反动相关信息让我们共同来营造一个属于我们的梦幻家园
Copyright ©2001-2004 MoonShadow. All rights reserved.  Version 4.0 HTML Licence 2006.4.12
本站基于ASP+JS构建,完全自主开发,版权归属月影社区 管理员QQ:23165062