搜索列表
-
在无组件的情况下,如何上传图片?
【编程10000问】<html><head><title>星河影动</title></head><body><tr><td height="69"><p align="center">撼雪喷云之无组件上传图片</font></td></tr><tr><td height="9"><form enctype="multipart/form-data" ac...
|在无|无组|组件|件的|的情|情况|况下|下,|,如|如何|何上|上传|传图|图片|片?|?| -
如何制作一个文本文件编辑器?
【编程10000问】newdoc.asp<%@ Language=VBScript %><script id=DebugDirectives runat=server language=javascript>//Set these to true to enable debugging or tracing@set @debug=false@set @trace=false</script><html><head><META name=VI60_defaultClientScr...
|如何|何制|制作|作一|一个|个文|文本|本文|文件|件编|编辑|辑器|器?|?| -
如何获知所有的Cookie?
【编程10000问】1.撼雪喷云之显示Cookie<TABLE BORDER="2"> <Thead> <TH>Cookie名</TH> <TH>Cookie值</TH> ...
|如何|何获|获知|知所|所有|有的|的C|Co|oo|ok|ki|ie|e?|?| -
如何做一个只搜索本网站的引擎?
【编程10000问】searchfiles.html <html><head><title>撼雪喷云之本网搜索引擎</title></head><body><form method="POST" action="cgi-bin/searchfiles.asp"> <table border="0" cellpadding="5" bgcolor="#C2E7E3"> <tr&...
|如何|何做|做一|一个|个只|只搜|搜索|索本|本网|网站|站的|的引|引擎|擎?|?| -
如何用组件实现自动发送电子邮件?
【编程10000问】如何用组件实现自动发送电子邮件?JMailUploadAutoForm.asp<html><body><font face="verdana, arial" size="2"><b><form method="post" action="JmailUploadAutoFormProcess.asp" ENCTYPE="multipart/form-data"><p>撼雪喷云之动发送电子邮件</p...
|如何|何用|用组|组件|件实|实现|现自|自动|动发|发送|送电|电子|子邮|邮件|件?|?| -
如何用POP3接收电子邮件?
【编程10000问】<% Set pop3 = Server.CreateObject( "JMail.POP3" ) pop3.Connect "username", "password", "pop3mail.intels.net" ' POP3的连接用户名,密码,POP3地址. Response.Write( "你现在有" & pop3.count & " 封邮件。<br><br>" ) if pop3....
|如何|何用|用P|PO|OP|P3|3接|接收|收电|电子|子邮|邮件|件?|?| -
如何用ASP发送html格式的邮件?
【编程10000问】如何用ASP发送html格式的邮件?<%Dim objMailSet objMail = CreateObject("CDONTS.Newmail")objMail.TO = "sunchunliang@263.net"objMail.From =shenzhaoyang@intels.netobjmail.Subject = "闪亮日子之html撼雪喷云"objMail.MailFormat = cdoMailFormatMimeobjMail.bodyFormat...
|如何|何用|用A|AS|SP|P发|发送|送h|ht|tm|ml|l格|格式|式的|的邮|邮件|件?|?| -
如何用表单的方式推送请求的信息?
【编程10000问】<html><head><title>撼雪喷云之答复用户信息</title></head><body><form action="getdada.asp" method="get"><p>姓名:<input name="name" size="20"><br>电子邮件:<input name="e_mail" size="40"></p></form&g...
|如何|何用|用表|表单|单的|的方|方式|式推|推送|送请|请求|求的|的信|信息|息?|?| -
如何计算下载一个文件需要多长时间?
【编程10000问】<%Function DownloadTime(intFileSize, strModemType)Dim TimeInSeconds, ModemSpeed, strDownloadTime, AppendStringDim intYears, intWeeks, intDaysDim intHours, intMinutes, intSecondsintYears = 0intWeeks = 0intDays = 0intHours = 0intMinutes = 0intSeconds = 0strDow...
|如何|何计|计算|算下|下载|载一|一个|个文|文件|件需|需要|要多|多长|长时|时间|间?|?| -
可以让程序告诉我详细的页面错误和数据库连接错误吗?
【编程10000问】<% If Err.Number <> 0 Then ' 错误处理. Response.Clear ' 清除缓冲区. Select Case Err.Number ' 根据不同错误分处理. &nbs...
|可以|以让|让程|程序|序告|告诉|诉我|我详|详细|细的|的页|页面|面错|错误|误和|和数|数据|据库|库连|连接|接错|错误|误吗|吗?|?| -
网上考试设计思路是怎样的?
【编程10000问】global.asa < script LANGUAGE=VBScript RUNAT=Server >Sub Application_OnStart dbPath = "DBQ=" & Server.Mappath("onlinetest.mdb") dbConnectionString = "DRIVER={Microsoft Access Driver (*.mdb)}; " & dbPath ...
|网上|上考|考试|试设|设计|计思|思路|路是|是怎|怎样|样的|的?|?| -
如何实现网上考试?
【编程10000问】login.asp' 考生验证.<%@ Language=VBScript%><%name=trim(request("name"))passwd=trim(request("passwd"))if name<>"" and passwd<>"" then' 检查考生是否输入用户名和密码.Set conn = Server.CreateObject("ADODB.Connection")conn.Open "driver={Microsoft Acces...
|如何|何实|实现|现网|网上|上考|考试|试?|?|