09 2012 档案

摘要:Sub Page_loading_waiting() Dim str As String str = "<div id='mydiv' align='center' style='position:absolute;z-index:3;top:200px;left:250px;width:250;height:60;border-width:1;border-style:ridge;background-color:green;padding-top:10px'>" str = str & "_& 阅读全文
posted @ 2012-09-21 11:01 withoutaword 阅读(187) 评论(0) 推荐(0)
摘要:Heterogeneous queries require the ANSI_NULLS and ANSI_WARNINGS options to be set for the connection. This ensures consistent query semantics. Enable these options and then reissue your query.将存储过程的头部修改了一下:USE [css2]GO/****** Object: StoredProcedure [dbo].[sp_order_exchange_css2] Script Date: 09/05/2 阅读全文
posted @ 2012-09-05 14:29 withoutaword 阅读(187) 评论(0) 推荐(0)
摘要:系统中有一个页面,需要将值赋给一个前台JS的公共变量,在前台写报错:<!-- 公用参数 --><script language="javascript" type="text/javascript"> var jsLangFlag,jsLocationID,jsLocationRoom,jsTranCode; jsLangFlag=<%=session("LangFlag") %>; jsLocationRoom=0; jsLocationID = document.getElementById(M 阅读全文
posted @ 2012-09-03 14:25 withoutaword 阅读(155) 评论(0) 推荐(0)