随笔分类 - VB/ASP
visual basice 6.0 ASP JS VBS
摘要:AJAX 用于创建动态性更强的应用程序。AJAX ASP 实例下面的例子将演示当用户在输入框中键入字符时,网页如何与服务器进行通信:实例请在下面的输入框中键入字母(A - Z):姓名:建议:亲自试一下源代码实例解释 - HTML 页面当用户在上面的输入框中键入字符时,会执行 "showHint()"...
阅读全文
摘要:动态删除select中的所有options: document.getElementById("ddlResourceType").options.length=0; 动态删除select中的某一项option: document.getElementById...
阅读全文
摘要:insert title还可以输入140字还可以输入140字还可以输入140字还可以输入140字如不能显示效果,请按Ctrl+F5刷新本页,更多网页代码:http://www.veryhuo.com/http://www.veryhuo.com/a/view/43720.html
阅读全文
摘要:可以输入140字 http://www.jb51.net/article/50887.htm
阅读全文
摘要:textarea:限100字 http://blog.csdn.net/tolcf/article/details/46241669
阅读全文
摘要:效果:input: textarea: 限100字源码: input:textarea:限100字 http://www.cnblogs.com/ljmin/archive/2012/07/19/2600170.html
阅读全文
摘要:1].[代码] [HTML]代码 跳至 [1] [2] [3] [4] [5] [6]?1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575...
阅读全文
摘要:1. Server.MapPath("/") 应用程序根目录所在的位置 如 C:\Inetpub\wwwroot\2.Server.MapPath("./") 表示所在页面的当前目录 注:等价于Server.MapPath("") 返回 Server.MapPath("")所在页面的物理文件路径 ...
阅读全文
摘要:第一种:您还可以输入 200 个文字第二种:100) value=value.substr(0,100)" class="smallArea" cols="60" name="txta" rows="8">第三种:JS限制textarea输入框输入字数请输入内容最多字数:已用字数:剩余字数:http...
阅读全文
摘要:textarea称文本域,又称文本区,即有滚动条的多行文本输入控件,在网页的提交表单中经常用到。与单行文本框text控件不同,它不能通过maxlength属性来限制字数,为此必须寻求其他方法来加以限制以达到预设的需求。通常的做法就是使用#脚本语言来实现对textarea文本域的字数输入限制,简单而实...
阅读全文
摘要:/*-------------------ASP文档参考集-----------------------*/ *-->作者:草履虫 *-->时间:2007-4.28---2007-4.30(原来是自己编写的手册,现在发在这里) *-->联系:caolvchong@gmail.com *-->文档功能...
阅读全文
摘要:数据库设计表depart字段 departID 自动编号departName 文本 '省份表subject字段subjectID 自动编号subjectName 文本 '城市departID 数字'所属省份IDhttp://mengniu521.blog.sohu.com/20759120....
阅读全文
摘要:rs为一级栏目的记录集rs2为二级栏目的记录集分别替换成你自己的记录集名称就好了栏目 >> http://jingyan.baidu.com/article/eae0782788e9d71fec548590.html
阅读全文
摘要:asp+access用户登录代码,其中huiyuan.mdb数据库名pUser213表名y_username用户名字段,y_password密码字段.login.htm页面登录登录用户名密码loginnew.asp网页passwordthenresponse.write""response.ende...
阅读全文
摘要:来源:http://support.microsoft.com/kb/222929通过使用 PowerPoint 中的自动运行功能,您可以以编程方式打印、显示幻灯片及执行以交互式执行的大多数事情。按照以下步骤构建并运行一个 Visual Basic 自动运行示例:创建一个新的标准 EXE 项目。Fo...
阅读全文
摘要:Microsoft has an article that explains how to automate PowerPoint using VBFor some odd reason they've entitled it How to automate Powerpoint using VB...
阅读全文
摘要:The example below shows how to use VB form/control as a container application to display a PowerPoint slideshow. It as shows how to make use of an und...
阅读全文