<%@LANGUAGE="VBSCRIPT"%> <% 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 %> 欢迎光临东莞理工学院图书馆
本馆首页 | 学院主页 | 收藏本站 | 馆长信箱  
   如忘记密码请联系技术服务部
 
 
 
  首页 电子资源  
 
广东网络图书馆
中国知网(教育网)(电信网)[用户名:gz0218;密码:dglgdx]
人大复印报刊资料全文数据光盘版
方正Apabi电子图书
Springer数据库
中文社会科学引文索引
重庆维普中文科技期刊全文数据库
万方标准全文数据库
万方专利数据库
国研网信息中心
中经网统计数据库
超星数字图书馆
ISI Proceedings Home
VIPExam维普网络学习资源数据库
北大法律信息网
T&F电子期刊
疯狂英语平台(帐号:gzcs1密码:123456)
e线图情访问
中国权威学术会议论文全文数据库
中国800所高校科研机构硕博士论文学位全文数据库
方略学科导航访问
中国法律法规全文数据库
读秀DSR知识库
银符模拟考试系统
国泰安CSMAR(用户名密码均为dgut)
万方数据博硕士论文全文数据库
慧科搜索
中宏产业数据库
ProQuest心理学数据库
Brill中文网站
美国生态学会中文网站
数字化期刊全文数据库
中国环保数据库 用户名:vip 口令:vip
CALIS联合目录公共检索系统试用
方略学科导航访问
中宏数据库[用户名密码均为dgut]
 
 
东莞理工学院图书馆    电话/传真:0769-22861213
地址:广东省东莞市松山湖区大学路1号   邮 编:523808