由买买提看人间百态

topics

全部话题 - 话题: asps
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
g*******a
发帖数: 1383
1
oh i'm using MS asp.net and c#
c****y
发帖数: 10
2
来自主题: BuildingWeb版 - asp文件的显示
实在是入门问题。。。
最简单的asp文件如下:
<%@ language=vbscript %>


<% for i=1 to 5 %>

<% next %>
this is <%=i%> line.


为何竟然不能正常显示?
诚恳求助!
k*******y
发帖数: 219
3
来自主题: BuildingWeb版 - 急,ASP文件运行不了了
是不是你的管理员密码什么的设置改了
如果这个设置不对就不能运行ASP
我也是今天才知道的
在属性->安全选项
匿名登陆里,要取消IIS掌管密码
不过我还没有成功,今天没时间,
试了一下没成就放弃了
我一个哥们在线指导来着
现在的小孩。。。
真厉害,才16岁


A*L
发帖数: 2357
4
来自主题: BuildingWeb版 - Looking for Good ASP&HTML editor
I just use EditPlus to edit the ASP, I think it is very good,
so quick and very convinient.
For HTML, that depends on you.
I hope one day the two things can be splitted, I am a programmer
not a art designer.
s***f
发帖数: 173
5
来自主题: BuildingWeb版 - Looking for Good ASP&HTML editor
EDITPLUS IS A GOOD TOOL FOR EDITING HTML AND ASP CODE
WWW.EDITPLUS.COM
SEARCH GOOLE TO FIND CRACKS
s***f
发帖数: 173
6
来自主题: BuildingWeb版 - ASP 和DATABASE一问
我本来就不是学计算机的,问个问题怎么难啊

EVENT.ASP中显示CREATE
后面
LAST
算这
h*****n
发帖数: 439
7
来自主题: BuildingWeb版 - 哪里有ASP在线英汉字典的源程序

~~~~~~~~~~~~~~~~~~~~~~~~~~
I don't think these parts have anything to do with ASP.
k*******y
发帖数: 219
8
来自主题: BuildingWeb版 - 哪里有ASP在线英汉字典的源程序

you
当然有!数据的增加、修改都是ASP的功能
h*****n
发帖数: 439
9
来自主题: BuildingWeb版 - 哪里有ASP在线英汉字典的源程序

I think the companies would like to maintain their dictionaries
with more advanced tools. ASP is not that stable, and powerful
to do it. Querying in client side is one story, server side
maintenance is another story.
s***f
发帖数: 173
10
来自主题: BuildingWeb版 - Ok leRe: 请问ASP高手
刚想明白,
比如, I=Reqeust.form("checkboxName")
IF I="on"
Value=Request.form("textboxName1")
ELSE
Value=Request.form("textboxName2")
END IF
.....
但是将JAVASCRIPT的VARIABLE的值PASS到ASP代码中是觉得不可能的.即便用RUNAT="SERVE
R"
也不能实现我下述的功能.


可以用JAVASCRIPT做CHECKBOX是否被CHECK的判断,但是不可能将JAVASCRIPT的VARIABLE的
k********y
发帖数: 2
11
来自主题: BuildingWeb版 - Google对.asp网页的搜索问题
好像只有一小部分.asp网页能被检索出来
p*******y
发帖数: 30
12
来自主题: BuildingWeb版 - 装了win2003, ASP用不起来了。
怎么回事啊?我知道WIN2003的IIS更安全,现在的问题是,想让她不要太安全,像WIN200
0一样的可以用ASP就好了。
哪位大虾教教偶啦!!!
e**r
发帖数: 2
13
来自主题: BuildingWeb版 - 装了win2003, ASP用不起来了。
用不起来正常阿
win2003的IIS却省关闭asp支持,
打开就可以了
B*******n
发帖数: 58
14
来自主题: BuildingWeb版 - ASP古怪问题
这是出问题的asp
s***f
发帖数: 173
15
来自主题: BuildingWeb版 - ASP古怪问题
你有没有限制USERNAME或PASSWORD的格式. 比如不让INPUT ' " 或其他的字符?
如果没有,也有可能是影响了SQL STATEMENTS了.
再有,这段CODE我觉得没有问题.问题可能在你在其他LIB里的ASP在调用ACCESS DATABASE
时,没有正确的CLOSE OBJREC, OBJCONN.
如果可以,你能把具体错误贴出来吗?

v
" UserID
coll
j***y
发帖数: 2074
16
来自主题: BuildingWeb版 - ASP究竟是怎么回事?
asp can used to build interactive webpage.
and it mainly uses VBScript, not JavaScript.
aw
发帖数: 127
17
来自主题: BuildingWeb版 - 问ASP.NET
首先声明俺还不是.net expert.
1)VB .net 和VB有一点联系(部份语法),但变化很大,主要是OO思想的应用,如果你对此
不了解的话,先找本书看看。其次以前VB支持的一些FEATURE(如VIRIANT变量类型,LET
PROPERTY等)没有了。语法上加了一些新关键字,控制结构(TRY-CATCH-FINALLY等)。可以
说几乎是80%的东西都变了。VB知道的多没坏处,可以比较快的感受到新的变化,知道得
少也无所谓。
2)C和C#只能算八竿子的远亲,C-->C++-->JAVA-->C#,语法上有相似处,但后三都是OO的

偶自己感觉,升级为.NET没宣传的那么容易(除非重写),俺们现在的项目也只是部份新的
模块尽量使用.NET。参考书OREILLY和WROX都有不错的,象你的情况找本BEGINNING ASP
.NET DATABASE什么的比较容易上手。

AS
s*****a
发帖数: 1022
18
来自主题: BuildingWeb版 - 请问 Javascript + ASP + ADO ?
javascript一般是用在client side的吧, 不过MS的JScript可以用在ASP里
去MSDN里查查或google
k*******y
发帖数: 219
19
来自主题: BuildingWeb版 - 如何用ASP在一个网页中判断

可以用session来实现
或者也可以通过查来源的方法实现(具体的方法我不知道)
你可以在大的开放ASP系统里查
t****y
发帖数: 164
20
来自主题: BuildingWeb版 - ASP一问
能否在asp中判断本页面里面某个html tag的值,比如判断该页面中某个frame的src,谢
谢。
h*****g
发帖数: 35
21
来自主题: BuildingWeb版 - How to create a Message board Using ASP
I urgently need some example codes for creating a message board Using ASP. The
message board just like this:
http://boards.espn.go.com/cgi/ncaa/request.dll?LIST&room=ncb_m25
Any friend can provide me some useful codes, i will greatly appreciate this.
Thanks!
L***e
发帖数: 1254
22
来自主题: BuildingWeb版 - ASP string.endswith 问题
My code always gets the error:
Microsoft VBScript runtime error '800a01a8'
Object required: 'This is string!'
/stringtest.asp, line 11
The code is:
<%
Dim s
s = "This is string!"
response.write(s.endswith("!"))
%>
Please help. Thanks a million!!!
h*****g
发帖数: 35
23
来自主题: BuildingWeb版 - How to change pages in ASP message board
I am now design a message board using ASP. I met a problem. I could not make
all the messages go to second page, it just goes down to very long line in one
page. How to make the messages go to second page automaticlly.
THanks for help!
k*****y
发帖数: 221
24
来自主题: BuildingWeb版 - How to change pages in ASP message board
Not sure I understand your question.
If you were trying to make a classic ASP page with paging function, there are
two ways: 1. use recordset's build-in paging 2. write your own code to count &
select records
for each page.
If messages are losing line breaks, you might need to do
Replace(messageBodyString,vbcrlf,")

one
f********f
发帖数: 475
25
来自主题: BuildingWeb版 - Question on this ASP code.
I have a question about the following ASP code written in VBScript. There are
two procedures, the first one was written in VBScript, the second one is in
JavaScript.
My question is:
1) for the first procedure, where will it be run? server or client?(I think it
should be at server because it is in the <%...%>, am I right?)
2) for the second procedure, if there is no statement of runat="server", where
will it be run? server or client?
Thank you!
c**v
发帖数: 27
26
来自主题: BuildingWeb版 - 请推荐个国内访问较快的asp空间
请推荐几个比较稳定的、国内访问较快的信誉好的asp空间好吗?
我在国内,现在国内要求所有网站都要备案,不喜欢被oversee的感觉。
o***e
发帖数: 30
27
来自主题: BuildingWeb版 - firefox problem with ASP.NET
ASP.NET generate MS specific HTML? LOL.
f****y
发帖数: 70
28
来自主题: BuildingWeb版 - activeX call command in ASP
ASP 的code:
...
strCommand="winrsh32 ..."
set oCall = Server.createObject("AspR.AspR.1")
If not oCall.execute(strCommand) Then
Response.Write "Error!"
Response.End()
end if
set oCall=nothing
......
但是print Error!, 我没有这个activex的code. 是win2003 server and IIS, 请问这个
问题大概出在哪里?
因为在win2000 server上这个可以正常运行.
是activex的 execute function出错返回了?但是是什么原因呢,有些特别的配置吗?
f****y
发帖数: 70
29
来自主题: BuildingWeb版 - activeX call command in ASP
这个AspR.AspR.1应该就是用来call system command的.
我试了一个简单的 oCall.execute("dir>x.txt"), 但是一样还是打印出Error!, 而没有
运行dir这个command. 请问在ASP里调用这样的activex,里面调用system的command,要作
些其他什么配置呢?
在win2000, iis是可以的.到win2003就不行了. 还是说和系统没有关系,而是在win2003里
遗漏了那个配置?
急,求助.

n**i
发帖数: 76
30
来自主题: BuildingWeb版 - asp论坛乱码怎么办
我想做一个个人论坛玩,不过中文的aps论坛代码上载后部分中文显示出现出现一个个??
乱码,有人知道怎么解决? 或者有没有英文的asp forum code可以使用? .谢谢.
N****o
发帖数: 10
31
来自主题: BuildingWeb版 - asp论坛乱码怎么办
如果使用gb2312编码,asp头部要把codepage改为936
head部分再加入


??
e******x
发帖数: 925
32
来自主题: BuildingWeb版 - 推荐一个支持ASP.NET的web hosting
EasyCGI支持asp.net
L****i
发帖数: 94
33
来自主题: BuildingWeb版 - 推荐一个支持ASP.NET的web hosting
我想应该都支持asp.net。
不过我是猜的。
i**p
发帖数: 902
34
来自主题: BuildingWeb版 - can not run ASP by IIS 5.1 in WIN XP (转载)
【 以下文字转载自 Windows 讨论区 】
发信人: isup (No), 信区: Windows
标 题: can not run ASP by IIS 5.1 in WIN XP
发信站: BBS 未名空间站 (Mon Mar 12 01:56:00 2007)
HTML page is Ok, but APS page does not work.
re-install IIS5.1 several times, no help.
Anyone knows it?
i**p
发帖数: 902
35
来自主题: BuildingWeb版 - can not run ASP by IIS 5.1 in WIN XP (转载)
HTTP 500 after runing "http//localhost/my.asp".
S*********d
发帖数: 14
36
How to set ASP FormMail redirect to the supplied URL instead of displaying "
Thank you"?
What's the problem with the following code? They didn't work. Why?
<%
Response.Redirect ("https://..........")
%>

Thanks for reply.
b*h
发帖数: 353
37
来自主题: BuildingWeb版 - 请教:新手学 ASP, 关于安装 IIS
我准备学习 ASP,家里电脑的 XP 是 HOME EDITION 的。 请问大家 HOME EDITION 的
XP可以装 Internet Information Server(IIS) 吗?在哪可以找到 Internet
Information Server 呢,是否要到微软的网站去购买呢?大约多少钱?
多谢了。
h***m
发帖数: 1869
38
来自主题: BuildingWeb版 - Godaddy的asp.net hosting怎样? (转载)
【 以下文字转载自 StartUp 讨论区 】
发信人: hwsim (www.hwsim.com), 信区: StartUp
标 题: Godaddy的asp.net hosting怎样?
发信站: BBS 未名空间站 (Sat Feb 2 20:44:20 2008)
价格不错。就不知道速度和技术服务怎样?
谢谢。
e******x
发帖数: 925
39
来自主题: BuildingWeb版 - 推荐一个免费asp或者php空间吧
如果域名是在GoDaddy或它的reseller那里的话,本身就带一个5GB的免费
ASP.net、PHP空间,不过带有广告的。
G*****o
发帖数: 315
40
来自主题: BuildingWeb版 - 把asp.net code转换成php
我有一个中文网站用asp.net写的。现在想转成php。网站不是太大也不是太小。
有人感兴趣帮忙吗?价格可以商量。
l********l
发帖数: 32
41
想建个站。
不知道用Java 写好, 还是ASP .NET.
Performance 那边好些?
Backend 准备用 MySQL. 所以, 是自己host, 还是付费给别人host.
Window host, performance 有问题吗?
btw, performance是我的主要考虑。
谢谢。
e********0
发帖数: 12
42
来自主题: BuildingWeb版 - 征询建议。。。vista/xp; asp/php ?
新添了个Dell Laptop with Vista Home Basic, but it does not support IIS (
Internet Information Services). 本想沿着微软大道一直走下去,用 ASP,VBSript
建个网站,可现在要么得upgrade Vista to Premium or Ultimate (总觉得初学阶段不
值得花那吗多银子), 要么 downgrade to XP (I have XP CD but it may not be
that easy. Some articles say Dell may have changed BIOS to prevent the
system from being changed/downgraded and some people got stuck there).
还有一个选择就是install XAMPP on my Vista Home Basic,然后用 PHP and Mysql.
不知 if XAMPP has any issues on Vista Home Basi
D******y
发帖数: 3780
43
来自主题: BuildingWeb版 - 征询建议。。。vista/xp; asp/php ?
if you install web developer express 2008, you do not need IIS to debug/run
your application

VBSript
ASP?
l*****a
发帖数: 166
44
来自主题: BuildingWeb版 - 征询建议。。。vista/xp; asp/php ?
用microsoft virtual pc 2007. really useful and easy to use. I have 8 virtual
machines (OS) 当然不是同时用. You can install XP on top of Vista home.

VBSript
ASP?
w*********p
发帖数: 7230
45
来自主题: BuildingWeb版 - asp.net + sql server 2005/2008
asp.net + sql server 2005 or 2008
allow remote connection to sql server
can do database mail
can anyone recommend a good web hosting site?
thank you
c*****a
发帖数: 1728
46
来自主题: BuildingWeb版 - 怎样用自己的电脑host asp.net网站?
打算用我在basement里的电脑作临时sever host 一个asp.net网站。
电脑是winxp pro,通过router连接internet,安装了IIS,virtual
directory (alias 'myshowcase'),运行http://localhost/myshowcase/default.aspx正常。
但是我不知道还要什么设置可以让internet用户访问这个网站?直接用我的ip address
替换localhost找不到这个页面。哪位指点一下,谢谢!
h******n
发帖数: 437
47
请介绍一个便宜点的能支持ASP程序主机空间谢谢
w*******n
发帖数: 10
48
来自主题: BuildingWeb版 - 请教:如何上传ASP.NET 3.5 网站
各位大大,刚刚做了一个ASP.NET 3.5 网站,用Sql做的,但是问题是上传有很大问题
,几
行connectionStrings 不能完成,请教大家,请多多指教
我从网上找来的样本

providerName="System.Data.SqlClient" />
w*******n
发帖数: 10
49
来自主题: BuildingWeb版 - 请教:如何上传ASP.NET 3.5 网站
i got it done...but the procedure little bit hard...
take job for asp.net 3.5 sql 2005 web site upload!!!
yes, for money $100 once, just 5 minutes
t**h
发帖数: 6
50
来自主题: BuildingWeb版 - 请推荐一个可以支持ASP、PHP的空间
我的网站必须要ASP空间才能支持,但是请大家推存一下呗,便宜的,
现在做个网站贵吗?商业网,也就是厂家的网站 请推存一下
谢谢
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)