好文档 - 专业文书写作范文服务资料分享网站

ASP网站源代码修改方法

天下 分享 时间: 加入收藏 我要投稿 点赞

然后看他的是什么格式的 选择一个类型 再看他的广告图片的大小

一般是468*60 你可以用默认的大小 也就是他给你的图片的大小 也可以你给他限定一个大小

文字说明是当鼠标放到这个广告上去的时候会显示他的信息 地址就不用说了吧?

文件地址是指那个图片的地址 一般放在ads文件里 随便你啊

不过就是别和其他的代码重合就可以了

我建议你写guanggao_1 &nbspguanggao&nbsp_2 这样排列下去 十二(1 )、如何禁止右键呢skin.asp

把以下这段代码放到<&nbspbody 这个位置>

oncontextmenu="window.event.returnvalue=false"

有的asp是什么,你在152行插入到“%>和><a&nbspname='top'>”之间就行了。 %>这个位置><a&nbspname='top'> 十二(2)、改最下面的白色字体 修改\\images/joekoe.css 的end项 关闭论坛在线列表

把&nbspconfig_forum.asp 第&nbsp203 行开始的:

&nbspif&nbsponline="open"&nbspor&nbspdt=1&nbspthen&nbspdts=1

&nbspif&nbsponline="close"&nbspthen&nbspdts=0 改成:

&nbspif&nbsponline="close"&nbspor&nbspdt=1&nbspthen&nbspdts=0

&nbspif&nbsponline="open"&nbspthen&nbspdts=1 十三、去掉底部的本站总访问量:&nbsp5582 人次 ┋ 最高峰&nbsp32 人在线 ┋ 当前有&nbsp4 是在SKIN。ASP里去掉就可以吗?对其他程式有没有影响呢?如果要改这些数据asp是什么,怎么改?我在数据库中好象没找到这些统计哦 去掉response.write&nbspcounter_s就可以了 不影响其他的程序

十四、我在后台发表技术文章,浏览权限全部选中了,但是为什么未登陆游客不能浏览呢?

将相关栏目*_view.asp这个文件call&nbspweb_head(2,0,2免费asp空间,0asp空间,0)免费asp空间,改成call&nbspweb_head(0,0asp是什么,1asp是什么,0,0),现在可以用了。

十五、怎么样使首页的调查成为单选? main.asp中

如果你使用的是修改版的v60 或者新版v66的话

call&nbspvote_type(1asp源码,2asp代码asp空间,"","f7f7f7")

将改为

call&nbspvote_type(1,1,""asp.net教程asp空间,"f7f7f7")既可

呵呵~~~大家喜欢我再加点内容吧: 1,改变网站背景 在skin.asp中 注意查找这一句

--------------------------------------------------------------------------------------------------------------- <tr><td&nbspheight=20&nbspbackground='images/<%response.write&nbspweb_var(web_configasp.net,5)%>/menu_bg.gif'&nbspvalign=bottom> ---

------------------------------------------------------------------------------------------------------------ 它控制了导航栏的背景样式 其中background='images/<%response.write&nbspweb_var(web_configasp.net教程,5)%>/menu_bg.gif' 是背景图案

如果你要取消这个图案并使用你的自定义颜色的话 需要删除这一句

并添加一句&nbspbgcolor='#xxxxxx' 其中#xxxxxx'为颜色代码

2asp.net教程,关于网站引用外部图片的修改方法

网站内大部分被引用的图片asp文件asp代码,非要把图片上传到服务器才能显示出来asp教程,非常浪费资源。

解决方法是使用真实地址免费asp空间,将被引用处图片的SRC路径函数改成: url_true(web_var(web_upload,1),rs("pic"))

这样不管是本地上传的图片还是直接引用的外部URL,都可以正常显示。

注意必须同时将数据库中对应的pic字段值改大,建议改为100,否则要出错。 ------------------------------------------------------------------------

比如,首页“今日图片新闻”中图片的SRC路径修改方法 在config_other.asp中找到

<img&nbspsrc='"&web_var(web_uploadasp.net,1)&rs("pic")&"'&nbspborder=0&nbsptitle='"&code_html(rs("topic"),1asp是什么,0)&"'&nbspwidth="&web_var(web_num,7)&"&nbspheight="&web_var(web_num,8)&"> 改为

<img&nbspsrc='"&url_true(web_var(web_uploadasp.net教

程,1)asp教程asp文件asp.net,rs("pic"))&"'&nbspborder=0&nbsptitle='"&code_html(rs("topic"),1asp源码,0)&"'&nbspwidth="&web_var(web_numasp文件,7)&"&nbspheight="&web_var(web_numasp空间,8)&">

再将数据库中news表的pic字段值改为100就好了。 (66版本好象可以不改,自己试试吧)

3,jkv66的字体和表格控制解密 字体和表格的颜色主要相关文件: images/joekoe.css 表现,在各文件中,使用class=end即白色(#FFFFFF)、class=gray即灰色(#808080)等方式引用。

还应该控制部分表格线外框,如css中有blue属性。 表格的低色,在common.asp中控制。

并且,common.asp中,可便利修改大量基本设置。

论坛的表格线属性asp空间,在config.asp中用case&nbsp1等控制。 4,显示24小时内新帖子 修改config_forum.asp 查找

sub&nbspforum_view()

&nbspselect&nbspcase&nbspint(istop) &nbspcase&nbsp1

&nbspfolder_type="istop" &nbspcase&nbsp2

&nbspfolder_type="istops" &nbspcase&nbspelse

&nbspif&nbspint(isgood)=1&nbspthen &nbspfolder_type="isgood" &nbspelse

&nbspif&nbspint(islock)=1&nbspthen &nbspfolder_type="islock"

&nbspelseif&nbspint(re_counter)>=10&nbspthen &nbspfolder_type="ishot" &nbspend&nbspif &nbspend&nbspif &nbspend&nbspselect

&nbspview_url="forum_view.asp?forum_id="&forumnid&"&view_id="&id

&nbspif&nbspint(re_counter)>0&nbspthen &

nbsptopic_head="<img&nbsploaded=no&nbspsrc='images/small/fk_plus.gif'&

nbspborder=0&nbspid=followImg"&id&"&nbspstyle

=""cursor:hand; "" onc

lick=""load_tree("&forumnid&","&id&")""&nbsptitle ='展开贴子列表'>" &nbspelse

&nbsptopic_head="<img&nbspsrc='images/small/fk_minus.gif'&nbspborder=0&nbspid=followImg"&id&">"

&nbspend&nbspif

&nbspresponse.write&nbspvbcrlf&"<tr&nbspalign=center"&format_table(3asp源码,1)&">" &&nbsp_

&nbspvbcrlf&"<td&nbspbgcolor="&web_var(web_color,5)&"><img&nbspsrc='images/small/"&folder_type&".gif'&nbspborder=0></td>" &&nbsp_

&nbspvbcrlf&"<td&nbspbgcolor="&web_var(web_color,5)&">"

&nbspif&nbspaction="manage"&nbspthen &nbspresponse.write

"<input&nbsptype=checkbox&nbspname=del_id

value='"&id&"'&nbspclass=bg_3>" &nbspelse

&nbspresponse.write

"<img&nbspsrc='images/icon/"&icon&".gif'&nbspborder=0>" &nbspend&nbspif

&nbspresponse.write "</td>" &&nbsp_ &

nbspvbcrlf&"<td&nbspalign=left>"&topic_head&"<a&

nbsphref='"&view_url&"'&nbsptitle='主题:"&code_html(topic, 1asp文件asp是什么,0)&"<br>发贴时间:"&tim&"<br>最后回复:"& re_username&"<br>回复时间:"&re_tim&"'>"&code_html (topicasp源码,0,22)&"</a> "&index_pagecute(view_url,re_counter+1,web_var(web_numasp文件,3),

"#cc3300")&"</td>" &&nbsp_

&nbspvbcrlf&"<td>"&format_user_view(username,1,"")&"</td>" &&nbsp_ &

nbspvbcrlf&"<td><a&nbsphref='"&view_url&"'&nbsptarget

=_blank><img&nbspsrc='images/small/new_win.gif'&nbspalt='打 开新窗口浏览此贴'&nbspborder=0&nbspwidth=13&nbspheight=11>< /a></td>" &&nbsp_ 替换为

sub&nbspforum_view()

dim&nbspnewpic:newpic=now()-tim if&nbspnewpic<1&nbspthen

newpic="<img&nbspsrc=images/small/new.gif&nbspalt='24小时内的新主题'&nbspborder=0> " else newpic

="<img&nbspsrc='images/small/new_win.gif'&nbspalt='打开新窗口浏览此贴 '&nbspborder=0&nbspwidth=13&nbspheight=11>" end&nbspif

&nbspselect&nbspcase&nbspint(istop) &nbspcase&nbsp1

&nbspfolder_type="istop" &nbspcase&nbsp2

&nbspfolder_type="istops" &nbspcase&nbspelse

&nbspif&nbspint(isgood)=1&nbspthen &nbspfolder_type="isgood" &nbspelse

&nbspif&nbspint(islock)=1&nbspthen &nbspfolder_type="islock"

&nbspelseif&nbspint(re_counter)>=10&nbspthen &nbspfolder_type="ishot"

&nbspelseif&nbspint(isvote)=1&nbspthen &nbspfolder_type="isvote" &nbspend&nbspif &nbspend&nbspif &nbspend&nbspselect

&nbspview_url="forum_view.asp?forum_id="&forumnid&"&view_id="&id

&nbspif&nbspint(re_counter)>0&nbspthen &

ASP网站源代码修改方法

然后看他的是什么格式的选择一个类型再看他的广告图片的大小一般是468*60你可以用默认的大小也就是他给你的图片的大小也可以你给他限定一个大小文字说明是当鼠标放到这个广告上去的时候会显示他的信息地址就不用说了吧?文件地址是指那个图片的地址一般放在ads文件里随便你啊不过就是别和其他的代码重合就可以了
推荐度:
点击下载文档文档为doc格式
81q0y0j39n83hrt8bf1m52amw9lhr30086s
领取福利

微信扫码领取福利

微信扫码分享