|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
想法是和程序员的想法不一样的.至于为什么.大家去想一想.跟心理学有关的1、拷贝上面的代码到你的html文件的<head>和</head>之间
<SCRIPTlanguage=JavaScript>
<!--
functiongo_to_station(){
if(document.stationform.stationselect.options[0].selected){
window.location.href="http://202.98.107.86/xutao/default.htm";}
elseif(document.stationform.stationselect.options[1].selected)
{window.location.href="http://member.netease.com/~xwtao/default.htm";}
elseif(document.stationform.stationselect.options[2].selected)
{window.location.href="http://chaofan.bentium.net/default.htm";}
elseif(document.stationform.stationselect.options[3].selected)
{window.location.href="http://laosong.yeah.net/default.htm";}
elseif(document.stationform.stationselect.options[4].selected)
{window.location.href="http://ipismusic.yeah.net/default.htm";}
elseif(document.stationform.stationselect.options[5].selected)
{window.location.href="http://digest.topcool.net";}
elseif(document.stationform.stationselect.options[6].selected)
{window.location.href="http://msbnet.yeah.net/default.htm";}
elseif(document.stationform.stationselect.options[7].selected)
{window.location.href="http://www.hiddenfbi.com/default.htm";}
returntrue;
}
//ThisiswereyouloadtheDiscriptionandtheAuthor
functiontextValue(){
if(document.stationform.stationselect.options[0].selected){
document.stationform.disc.value="恋爱故事,Photoshop"
document.stationform.author.value="【徐涛】";}
elseif(document.stationform.stationselect.options[1].selected)
{document.stationform.disc.value="逐日保举一张CD,一个好站,一个MP3"
document.stationform.author.value="【天虹】";}
elseif(document.stationform.stationselect.options[2].selected)
{document.stationform.disc.value="有独占的Java和,VB教程"
document.stationform.author.value="【笨男孩】";}
elseif(document.stationform.stationselect.options[3].selected)
{document.stationform.disc.value="缘分天空,情绪交换的好中央"
document.stationform.author.value="【laosong】";}
elseif(document.stationform.stationselect.options[4].selected)
{document.stationform.disc.value="现有歌词2681首"
document.stationform.author.value="【ipis】";}
elseif(document.stationform.stationselect.options[5].selected)
{document.stationform.disc.value="网上原创请您保举妙文佳作"
document.stationform.author.value="【koki】";}
elseif(document.stationform.stationselect.options[6].selected)
{document.stationform.disc.value="电脑图形计划,Flash在线课本年夜全"
document.stationform.author.value="【MSB】";}
elseif(document.stationform.stationselect.options[7].selected)
{document.stationform.disc.value="假如是mm这边进,姐妹们说悄然话了"
document.stationform.author.value="【hiddenfbi】";}
returntrue;
}
//-->
</SCRIPT>
2、拷贝上面的代码到你的html文件的<body>和</body>之间
<formname="stationform">
<table>
<tr>
<td>
<selectclass="yk9"multiplename="stationselect"size="8">
<option>徐涛有约</option>
<option>听涛阁</option>
<option>超凡时速</option>
<option>红牌坊</option>
<option>甲由音乐歌词库</option>
<option>网文不雅止</option>
<option>MSB图形天下</option>
<option>准我自我</option>
</select></td>
<td><divalign="left"><p>站长台甫<br>
<inputtype="text"name="author"size="40"><br>
站点主题<br>
<textareaclass="yk9"cols="40"name="disc"rows="3"wrap="physical"></textarea><br>
<br>
<inputclass="yk9"name="stationbutton"type="button"
value="立即往看看"></td>
</tr>
</table>
</form>
申明:将第一段代码中的"链接地点"和"站长称号""站点简介"改成你本人的友谊毗连内容,将第二段代码中的站点称号修正为绝对应的站点。
由于ASP还是一种Script语言所没除了大量使用组件外,没有办法提高其工作效率。它必须面对即时编绎的时间考验,同时我们还不知其背后的组件会是一个什么样的状况; |
|