<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_conn_STRING Recordset1.Source = "SELECT * FROM user" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> <% Dim news Dim news_numRows Set news = Server.CreateObject("ADODB.Recordset") news.ActiveConnection = MM_conn_STRING news.Source = "SELECT * FROM news ORDER BY xhtime DESC" news.CursorType = 0 news.CursorLocation = 2 news.LockType = 1 news.Open() news_numRows = 0 %> <% Dim news_numRows1 Set news = Server.CreateObject("ADODB.Recordset") news.ActiveConnection = MM_conn_STRING news.Source = "SELECT * FROM news ORDER BY xhtime DESC" news.CursorType = 0 news.CursorLocation = 2 news.LockType = 1 news.Open() news_numRows1 = 0 %> <% Dim zhengce Dim zhengce_numRows Set zhengce = Server.CreateObject("ADODB.Recordset") zhengce.ActiveConnection = MM_conn_STRING zhengce.Source = "SELECT * FROM zhengce ORDER BY time DESC" zhengce.CursorType = 0 zhengce.CursorLocation = 2 zhengce.LockType = 1 zhengce.Open() zhengce_numRows = 0 %> <% Dim gonggao Dim gonggao_numRows Set gonggao = Server.CreateObject("ADODB.Recordset") gonggao.ActiveConnection = MM_conn_STRING gonggao.Source = "SELECT * FROM gonggao ORDER BY time DESC" gonggao.CursorType = 0 gonggao.CursorLocation = 2 gonggao.LockType = 1 gonggao.Open() gonggao_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 4 Repeat1__index = 0 news_numRows = news_numRows + Repeat1__numRows %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> <% Dim MM_paramName3 %> <% Dim MM_paramName2 %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone2 Dim MM_keepURL2 Dim MM_keepForm2 Dim MM_keepBoth2 Dim MM_removeList2 Dim MM_item2 Dim MM_nextItem2 ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone4 Dim MM_keepURL4 Dim MM_keepForm4 Dim MM_keepBoth4 Dim MM_removeList4 Dim MM_item4 Dim MM_nextItem4 ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> 科尔沁医保网
今天是:   参加医疗保险是每位公民的义务!也是每位公民的权利!欢迎加入医疗保险大家庭!
 

  首 页 | 医保机构 | 政策法规 | 医保医院 | 息查询 | 办事指南 | 行风评议 | 健康指南 | 医保论坛

::用户注册::
卡号:
密码:
新用户注册   忘记密码
::办事指南::

 

业务管理程序图

::医保公告::

 

科尔沁区召开了城镇居民基本医疗保险启动大会。

科尔沁区医疗保险局积极开展有关城镇居民医疗保险政策法规的宣传活动。

::健康指南::

 

  素食与健康

  营养指导

  美容健身

科尔沁区召开了城镇居民基本医疗保险启动大会

关于印发《科尔沁区城镇居民基本医疗保险经办管理业务流程》的通知 (通科人劳字(2008)34号)

关于印发《科尔沁区城镇居民基本医疗保险宣传工作方案》的通知(通科人劳字(2008)35号)

关于职工医疗保险基金收缴工作的通知 (通科人劳字(2008)37号)

科尔沁区人民政府关于印发《科尔沁区城镇居民基本医疗保险
暂行办法》的通知(通科政发[2008]65号)

有关城镇居民医疗保险知识问答

关于建立基本医疗保险社会监督制度的通知

更多>>

关于建立社会基本医疗保险联席会议制度的通知

关于建立基本医疗保险社会监督制度的通知
 
更多>>
科尔沁区第一人民医院
肿瘤医院
中医院
医保医院
科尔沁区第三人民医院
施介医院
团结路诊所
干休所诊所
各乡镇苏木卫生院
更多>>
::群众监督::

0475-8256274

0475-8232187

::局长信箱::
 
::行风评议::
 
::资源下载::
 
::友情连接::

中华人民个共和国人力资源和社会保障部

中国医疗保险网

内蒙古劳动保障信息网

中国科尔沁区政府门户网站

| 联系我们 | 留言板 | 法律申明 | 网站管理

@2004版权所有 科尔沁区医疗保险局 电话:0475-8256204 @技术支持 科尔沁区医疗保险局

访问次数:

<% Recordset1.Close() Set Recordset1 = Nothing %> <% news.Close() Set news = Nothing %> <% zhengce.Close() Set zhengce = Nothing %> <% gonggao.Close() Set gonggao = Nothing %> <% Set news = Nothing %> <% Set Recordset1 = Nothing %> <% Set gonggao = Nothing %> <% Set hangfeng = Nothing %> <% Set jiankang = Nothing %>