document.getElementById("demo").style.height = document.getElementById("tabDIYDeatils").offsetHeight;
- 18:03
- 浏览 (39)
- 评论 (0)
- 分类: javascript
width:580px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
function toBreakWord(intLen){
// 下面获取的是一个DIV列表,也可对单个DIV设置换行 var bodyContent = document.getElementsByName("bodyContent"); if(bodyContent != null) { for (k=0;k&l ...
- 12:46
- 浏览 (38)
- 评论 (0)
- 分类: javascript
存储过程
USE [TicketCenter]GO/****** Object: StoredProcedure [dbo].[W_TicketCenter_TicketsGet] Script Date: 06/11/2008 10:16:44 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO
-- 获取所有TicketALTER proc [dbo].[W_TicketCenter_TicketsGet]@CategoryId int = 0,@Subject nva ...
textarea
{
overflow-y:visible;
word-break:break-all;
}
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Print.aspx.cs" Inherits="Print" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" ><head runat="server" ...
- 17:40
- 浏览 (89)
- 评论 (0)
- 分类: javascript
页面文件
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UpLoad.aspx.cs" Inherits="up_UpLoad" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" ><head run ...
http://www.blogjava.net/balajinima/articles/145117.html
- 11:16
- 浏览 (54)
- 评论 (0)
- 分类: javascript







评论排行榜