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

源代码在线查看: edxsky_shop.js

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

相关代码

				
				function shop_bar_top(tvar,tt,ttype)
				{
				  var w_wid="70";
				  if (tvar.length>8) { w_wid="250"; }
				  if (tvar.length>20) { w_wid="400"; }
				  
				  var temp1="";
				  temp1+="";
				  temp1+="  ";
				  temp1+="  ";
				  temp1+="    "+tvar+"";
				  temp1+="   ";
				  temp1+="  ";
				  temp1+="  ";
				  temp1+="  ";
				  temp1+="";
				  temp1+="";
				  if (tt==1) temp1+="  ";
				  document.write (temp1);
				}
				
				function shop_bar_end(mvar,tt)
				{
				  var temp1="";
				  if (tt==1) temp1+="  ";
				  temp1+="";
				  if (mvar!="") temp1+=""+mvar+"     ";
				  temp1+="";
				  document.write (temp1+ukong);
				}
				
				function shop_topic_type(b_c_num,b_id,b_topic,b_tim)
				{
				  var n_url="shop_cast.asp?action=view&id="+b_id;
				  var n_jt=img_skin(web_img_h);
				  var temp1="";
				  temp1+=""+n_jt+""+code_html(b_topic,1,b_c_num)+"";
				  document.write (temp1);
				}
				
				function shop_top_type(b_c_num,b_id,b_topic,b_counter)
				{
				  var n_url="shop_view.asp?id="+b_id;
				  var n_jt=img_skin(web_img_t);
				  var temp1="";
				  temp1+=""+n_jt+""+code_html(b_topic,1,b_c_num)+"";
				  document.write (temp1);
				}
				
				function shop_emoney_pay(p_is_emoney,p_emoney,p_id)
				{
				  var nemoney=0;
				  if (vtrue(p_is_emoney)) { nemoney=p_emoney; }
				  var temp1=note_emoney_pay(p_is_emoney,nemoney,m_nsort,p_id)
				  return temp1;
				}
				
				function shop_list_type(n_id,n_name,n_smallimg,n_brand,n_price,n_price_now,n_discount,n_is_emoney,n_emoney)
				{
				  var temp1="";
				  temp1+="  ";
				  temp1+="  ";
				  temp1+="  "+pic_fk(n_smallimg,1,'shop_view.asp?id='+n_id)+"";
				  temp1+="  ";
				  temp1+="    ";
				  temp1+="    "+n_name+"";
				  temp1+="    价格:"+n_price_now+" "+val_unit+"";
				  temp1+="    原价:"+n_price+val_unit+" "+n_discount+"";
				  temp1+="    "+m_unit+":"+shop_emoney_pay(n_is_emoney,n_emoney,n_id)+"";
				  temp1+="    ";
				  temp1+="      ";
				  temp1+="      ";
				  temp1+="      ";
				  temp1+="      ";
				  temp1+="      ";
				  temp1+="      ";
				  temp1+="    ";
				  temp1+="    ";
				  temp1+="  ";
				  temp1+="  ";
				  temp1+="  ";
				  temp1+="";
				  document.write (temp1);
				}
				
				function shop_main_good(n_id,n_name,n_smallimg,n_brand,n_price,n_price_now,n_discount,n_is_emoney,n_emoney,n_remark_1)
				{
				  var temp1="";
				  temp1+="  ";
				  temp1+="  ";
				  temp1+="  "+pic_fk(n_smallimg,2,'shop_view.asp?id='+n_id)+"";
				  temp1+="  ";
				  temp1+="    ";
				  temp1+="    "+n_name+"";
				  temp1+="    ";
				  temp1+="    价格:"+n_price_now+" "+val_unit+"";
				  temp1+="    ";
				  temp1+="      ";
				  temp1+="      ";
				  temp1+="      ";
				  temp1+="      ";
				  temp1+="      ";
				  temp1+="      ";
				  temp1+="    ";
				  temp1+="    ";
				  temp1+="    原价:"+n_price+val_unit+" "+n_discount+"";
				  temp1+="    "+m_unit+":"+shop_emoney_pay(n_is_emoney,n_emoney,n_id)+"";
				  temp1+="    品牌:"+n_brand+"";
				  temp1+="    简介:"+n_remark_1+"";
				  temp1+="    ";
				  temp1+="  ";
				  temp1+="  ";
				  temp1+="  ";
				  temp1+="";
				  document.write (temp1);
				}
							

相关资源