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.
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.
刚想明白,
比如, 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"
也不能实现我下述的功能.
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!
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!!!
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!
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," )
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!
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出错返回了?但是是什么原因呢,有些特别的配置吗?
【 以下文字转载自 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?
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://..........")
%>
我准备学习 ASP,家里电脑的 XP 是 HOME EDITION 的。 请问大家 HOME EDITION 的
XP可以装 Internet Information Server(IIS) 吗?在哪可以找到 Internet
Information Server 呢,是否要到微软的网站去购买呢?大约多少钱?
多谢了。
新添了个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