不错的ASP整站源代码。在IIS环境下运行都没有问题

源代码在线查看: edxsky_job.js

软件大小: 8280 K
上传用户: zhousiqi420
关键词: ASP IIS 源代码 环境
下载地址: 免注册下载 普通下载 VIP

相关代码

				function job_bar_top(tvar,tt)
				{
				  var temp1="";
				  temp1+=" "+img_skin(web_img_m)+" "+tvar+"";
				  temp1+="";
				  if (tt==1) temp1+="  ";
				  document.write (temp1);
				}
				
				function job_bar_end(mvar,tt)
				{
				  var temp1="";
				  if (tt==1) temp1+="  ";
				  temp1+="";
				  if (mvar!="" && mvar!=null) temp1+="浏览更多…     ";
				  temp1+="";
				  document.write (temp1+ukong);
				}
				
				function job_topic_type(b_c_num,b_id,b_username,b_topic,b_tim,b_counter,b_tim_type,b_type)
				{
				  var n_url="job_person_view.asp?id="+b_id;
				  var n_name="求 职 人";
				  var n_jt=img_skin(web_img_h);
				  if (b_type==1) 
				  {
				  	n_url="job_view.asp?id="+b_id;
				  	n_name="招聘标题";
				  }
				  if (b_type==2)
				  {
				  	n_url="job_company.asp?action=list&uid="+b_username;
				  	n_name="企业名称";
				  }
				  document.write ( format_job_topic_type(n_jt,b_username,b_topic,b_c_num,n_url,b_tim,b_counter,n_name,"点击次数",b_tim_type) );
				}
				
				function person_hot_type(b_c_num,b_id,b_username,b_topic,b_tim,b_counter,b_tim_type)
				{
				  var n_url="job_person_view.asp?id="+b_id;
				  var n_jt=img_skin(web_img_h);
				  document.write ( format_job_topic_type(n_jt,b_username,b_topic,b_c_num,n_url,b_tim,b_counter,"人才名称","点击次数",b_tim_type) );
				}
				
				function format_job_topic_type(b_jt,b_username,b_topic,b_c_num,b_url,b_tim,b_counter,b_tit,b_count,b_tim_type)
				{
				  var tim_type="";
				  var n_c_num=b_c_num;
				  if (b_tim_type>0)
				  {
				    if (b_tim_type==2) tim_type+="";
				    tim_type+=" "+b_tim.substring(2,10)+"";
				  }
				  var temp1=""+b_jt+""+code_html(b_topic,1,n_c_num)+""+tim_type+"";
				  return temp1;
				}
				
				function company_more_type(b_job,b_jid,b_cname,b_username,b_zpnum,b_tim)
				{
				  var temp1="";
				  temp1+=""+code_html(b_job,1,0)+"";
				  temp1+=""+code_html(b_cname,1,0)+"";
				  temp1+=""+b_zpnum+"";
				  temp1+=""+b_tim.substring(5,10)+"";
				  temp1+="";
				  document.write(temp1);
				}
				
				function person_more_type(b_iname,b_iid,b_sex,b_edu,b_job,b_tim)
				{
				  var sexs="女";
				  if (b_sex=="true" || b_sex=="True") sexs="男";
				  var temp1="";
				  temp1+=""+code_html(b_iname,1,0)+"";
				  temp1+=""+sexs+"";
				  temp1+=""+b_edu+"";
				  temp1+=""+code_html(b_job,1,0)+"";
				  temp1+=""+b_tim.substring(5,10)+"";
				  temp1+="";
				  document.write(temp1);
				}
				
				function job_list_pagecute(p_nummer,p_rssum,p_viewpage,p_thepages,p_pageurl,p_type)
				{
				  var temp1="";
				  var p_name="求职";
				  if (p_type==1) p_name="招聘";
				  temp1+="";
				  temp1+="";
				  temp1+="";
				  temp1+=" 本栏共有 "+p_rssum+" 篇"+p_name+" ";
				  temp1+="页次:"+p_viewpage+"/"+p_thepages+" ";
				  temp1+=" 分页:"+format_pagecute(p_viewpage,p_thepages,p_pageurl,5);
				  temp1+="";
				  temp1+=""+ukong;
				  document.write(temp1);
				}
				
				function company_search(stit)
				{
				  var keyvar="请输入关键字";
				  var temp1="";
				  temp1+="";
				  temp1+="";
				  temp1+="";
				  temp1+=""+img_skin('new')+"";
				  temp1+="";
				  temp1+="招聘公司招聘职位工作地点发  布  人";
				  temp1+="";
				  temp1+="";
				  temp1+="";
				  temp1+="  ";
				  temp1+="  ";
				  document.write(temp1);
				  return temp1;
				}
				
				function com_sea(stit)
				{
				  if (document.com_sea_frm.keyword.value=="请输入关键字")
				  {
				    alert("请在搜索"+stit+"前先输入要查询的 关键字 !");
				    document.com_sea_frm.keyword.focus();
				    return false;
				  }
				}
				
				function person_search(stit)
				{
				  var keyvar="请输入关键字";
				  var temp1="";
				  temp1+="";
				  temp1+="";
				  temp1+="";
				  temp1+=""+img_skin('new')+"";
				  temp1+="";
				  temp1+="真实姓名求职意向工作地点学      历所学专业发  布  人";
				  temp1+="";
				  temp1+="";
				  temp1+="";
				  temp1+="  ";
				  temp1+="  ";
				  document.write(temp1);
				  return temp1;
				}
				
				function per_sea(stit)
				{
				  if (document.per_sea_frm.keyword.value=="请输入关键字")
				  {
				    alert("请在搜索"+stit+"前先输入要查询的 关键字 !");
				    document.per_sea_frm.keyword.focus();
				    return false;
				  }
				}
							

相关资源