搜索列表
-
怎么让表格为固定大小,超出的部分显示为省略号
【CSS/HTML】New Document .ctl{ table-layout:fixed } .ctl td{text-overflow:ellipsis;overflow:hidden;white-space: nowrap;padding:2px} 标题扩大副教授的士大夫看见似的看来法艰苦但是第十六棵飞机立刻标题扩大副教授的士大夫看见似的看来法艰苦但是第十六棵飞机立刻 (1/1) 标题扩大副教授的士大夫看见似的看来法艰苦但是第十六...
怎么让表格为固定大小,超出的部分显示为省略号 -
登陆asp class
【ASP编程】复制代码 代码如下:<!-- #include file="conn.asp" --> <!-- #include file="cls_main.asp" --> <!-- #include file="cls_md5.asp" --> <% dim obj set obj = New admin_login &...
登陆aspclass -
部分搜索引擎登陆口
【网站运营】百度免费登录入口 http://www.baidu.com/search/url_submit.htm 新浪免费登录入口 http://bizsite.sina.com.cn/newbizsite/docc/index-2jifu-09.htm 搜狐免费登录入口http://db.sohu.com/regurl/regform.asp?Step=REGFORM&class= 天网免费登录入口 http://bingle...
部分搜索引擎登陆口 -
带白边的黑字 css
【CSS/HTML】hellobaby [Ctrl+A 全选 注:引入外部Js需再刷新一下页面才能执行]hellobaby var len=1; setInterval(function(){ oo.filters[0].strength=(len=(len+1)%7)+1; oo.style.posLeft=10-len; oo.style.posTop=10-len; },100); [Ctrl+A 全选 注:引入外部Js需再刷新一下页面才能执行]文字描边+动态发光 不过是给文字加上阴影 ...
带白边的黑字css -
凸起的按钮效果
【CSS/HTML】function movr(src) { src.onselectstart = new Function("return false"); with (src.style) { color="red" borderLeft = "1px solid buttonhighlight"; borderRight = "1px solid buttonshadow"; borderTop = "1px solid buttonhighlight"; borderBottom = "1px solid buttonshadow"; padding = "0"; cursor="hand...
凸起的按钮效果 -
值得收藏的一些HTML、JavaScript、ASP代码
【ASP编程】1. CDONTS.NewMail 组件使用说明 Set MailObject = Server.CreateObject("CDONTS.NewMail") MailObject.From = "发信邮箱" MailObject.To = "收信邮箱" MailObject.Cc&nbs...
值得收藏的一些HTML、JavaScript、ASP代码 -
正则表达式中使用变量赋值
【正则表达式】function check() { var str=document.getElementById("input1").value var s="^正则表达式$" var re = new RegExp(s, "ig"); alert(re.test(str)) } ============================ function check2() { var str2=document.getElementById("input2").value var s2="正则表达式" var re = eval("/^"+s2+"$/ig") alert...
正则表达式中使用变量赋值 -
jsp留言板源代码二: 给jsp初学者.
【JSP编程】作 者: precom (皮蛋) 2000.12.10guestbook.jsp =========================== <html><head> <META content="text/html; charset=gb2312 " http-equiv=Content-Type> <title>张家界电话黄页(网上114)</title></head> <style type="text/css&qu...
|js|sp|p留|留言|言板|板源|源代|代码|码二|二给|给j|js|sp|p初|初学|学者|者| -
jsp留言板源代码三: 给jsp初学者.
【JSP编程】作 者: precom (皮蛋) 2000.12.10reply.jsp ==================================== <html><head> <META content="text/html; charset=gb2312 " http-equiv=Content-Type> <title>张家界电话黄页(网上114)</title></head> <style type="text/cs...
|js|sp|p留|留言|言板|板源|源代|代码|码三|三给|给j|js|sp|p初|初学|学者|者| -
jsp计数器代码
【JSP编程】<!-- JSP-Hitcounter counts sessions.Copyright (C) 2000 Jesper Schmitz Mouridsen. Visit www.webappcabaret/jsm2/webapps.jsp?find=jsphcs for more info. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License ...
|js|sp|p计|计数|数器|器代|代码|码| -
jsp源码实例5(cookie)
【JSP编程】package coreservlets;import java.io.*;import javax.servlet.*;import javax.servlet.http.*;/** Sets six cookies: three that apply only to the current* session (regardless of how long that session lasts)* and three that persist for an hour (regardless of* whether the browser is restarted).* <P&...
|js|sp|p源|源码|码实|实例|例5|5(|(c|co|oo|ok|ki|ie|e)|)| -
邮件发送简单例子-bean文件
【JSP编程】SimpleSendMessage.javaimport java.util.*;import javax.mail.*;import javax.mail.internet.*;import javax.activation.*;public class SimpleSendMessage {public static void main(String[] args) {// Collect the necessary information to send a simple message// Make sure to replace the values...
|邮件|件发|发送|送简|简单|单例|例子|子b|be|ea|an|n文|文件|件|