Web.config  
<system.web>
   <httpHandlers>
 <add verb="POST,GET" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro"/>
    </httpHandlers>

  1VS2003+Ajax Div文本框输入提示function GetIE(e) 
  2 GetIE(refObj);
         var eIframe=document.createElement("iframe");
        eIframe.;
        eIframe.style.cssText ="position:absolute;z-index:9;width:"+eMember.Width+"px;height:130px;top:"+(eMember.Top+eMember.Height)+"px;left:"+eMember.Left+"px;" ;
        eIframe.frameborder="0";
 78VS2003+Ajax Div文本框输入提示    var eWinElement = document.createElement("div");
 79VS2003+Ajax Div文本框输入提示    eWinElement.id="TipListBox";                        //指定提示窗口ID为TipListBox
 80VS2003+Ajax Div文本框输入提示    eWinElement.style.cssText = "overflow:auto;background-Color:#fff;font-size:12px;border:1px solid #000;position:absolute;left:"+eMember.Left+"px;top:"+(eMember.Top+eMember.Height)+"px;width:"+eMember.Width+"px";
 81VS2003+Ajax Div文本框输入提示    //var li = '<a href="javascript:void(0)" onblur="SetBlurStyle(this)" onfocus="SetFocusStyle(this)" >

JS文件
VS2003+Ajax Div文本框输入提示function GetIE(e) 

相关文章: