仓酷云 发表于 2015-1-16 22:33:40

ASP网页编程之友谊毗连扫瞄器

想法是和程序员的想法不一样的.至于为什么.大家去想一想.跟心理学有关的1、拷贝上面的代码到你的html文件的<head>和</head>之间
<SCRIPTlanguage=JavaScript>
<!--
functiongo_to_station(){
if(document.stationform.stationselect.options.selected){
window.location.href="http://202.98.107.86/xutao/default.htm";}
elseif(document.stationform.stationselect.options.selected)
{window.location.href="http://member.netease.com/~xwtao/default.htm";}
elseif(document.stationform.stationselect.options.selected)
{window.location.href="http://chaofan.bentium.net/default.htm";}
elseif(document.stationform.stationselect.options.selected)
{window.location.href="http://laosong.yeah.net/default.htm";}
elseif(document.stationform.stationselect.options.selected)
{window.location.href="http://ipismusic.yeah.net/default.htm";}
elseif(document.stationform.stationselect.options.selected)
{window.location.href="http://digest.topcool.net";}
elseif(document.stationform.stationselect.options.selected)
{window.location.href="http://msbnet.yeah.net/default.htm";}
elseif(document.stationform.stationselect.options.selected)
{window.location.href="http://www.hiddenfbi.com/default.htm";}
returntrue;
}
//ThisiswereyouloadtheDiscriptionandtheAuthor
functiontextValue(){
if(document.stationform.stationselect.options.selected){
document.stationform.disc.value="恋爱故事,photoshop"
document.stationform.author.value="【徐涛】";}
elseif(document.stationform.stationselect.options.selected)
{document.stationform.disc.value="逐日保举一张CD,一个好站,一个MP3"
document.stationform.author.value="【天虹】";}
elseif(document.stationform.stationselect.options.selected)
{document.stationform.disc.value="有独占的Java和,VB教程"
document.stationform.author.value="【笨男孩】";}
elseif(document.stationform.stationselect.options.selected)
{document.stationform.disc.value="缘分天空,情绪交换的好中央"
document.stationform.author.value="【laosong】";}
elseif(document.stationform.stationselect.options.selected)
{document.stationform.disc.value="现有歌词2681首"
document.stationform.author.value="【ipis】";}
elseif(document.stationform.stationselect.options.selected)
{document.stationform.disc.value="网上原创请您保举妙文佳作"
document.stationform.author.value="【koki】";}
elseif(document.stationform.stationselect.options.selected)
{document.stationform.disc.value="电脑图形计划,flash在线课本年夜全"
document.stationform.author.value="【MSB】";}
elseif(document.stationform.stationselect.options.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语言所没除了大量使用组件外,没有办法提高其工作效率。它必须面对即时编绎的时间考验,同时我们还不知其背后的组件会是一个什么样的状况;

愤怒的大鸟 发表于 2015-1-19 16:28:38

ASP的语言不仅仅只是命令格式差不多,而是包含在<%%>之内的命令完全就是VB语法。虽然ASP也是做为单独的一个技术来提出的,但他就是完全继承了VB所有的功能。

因胸联盟 发表于 2015-1-24 16:36:15

兴趣爱好,那么你无须学编程,申请一个域名和空间,在网上下载一些免费开源的CMS系统,你不用改代码,只须熟悉它们的后台操作,像office一样简单方便,很快就能建一个站点,很多站长都是这样做的

谁可相欹 发表于 2015-2-2 10:58:18

下面简单介绍一下我学习ASP的方法,希望对想学习ASP的朋友有所帮助...

海妖 发表于 2015-2-7 18:31:13

我认为比较好的方法是找一些比较经典的例子,每个例子比较集中一种编程思想而设计的。

若相依 发表于 2015-2-22 22:46:02

ASP.Net和ASP的最大区别在于编程思维的转换,而不仅仅在于功能的增强。ASP使用VBS/JS这样的脚本语言混合html来编程,而那些脚本语言属于弱类型、面向结构的编程语言,而非面向对象,这就明显产生以下几个问题:

变相怪杰 发表于 2015-3-7 03:58:44

你可以通过继承已有的对象最大限度保护你以前的投资。并且C#和C++、Java一样提供了完善的调试/纠错体系。

金色的骷髅 发表于 2015-3-14 11:36:52

从事这个行业,那么你可以学ASP语言,简单快速上手,熟练dreamweav排版,写asp代码,熟练photoshop处理图片,打好基础就行了

仓酷云 发表于 2015-3-21 05:23:24

你可以通过继承已有的对象最大限度保护你以前的投资。并且C#和C++、Java一样提供了完善的调试/纠错体系。
页: [1]
查看完整版本: ASP网页编程之友谊毗连扫瞄器