首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

网站根本没动,居然出现乱码,求解,多谢

2012-12-21 
网站根本没动,居然出现乱码,求解,谢谢我网站根本没有任何变化,但是却出现这种乱码。function(val) { for (v

网站根本没动,居然出现乱码,求解,谢谢


我网站根本没有任何变化,但是却出现这种乱码。


function(val) { for (var i = 0; i < this.length; i++) { if (this[i] == val) return i; } return -1; }
function(val) { var index = this.indexOf(val); if (index > -1) { this.splice(index, 1); } else { this.pop(); } }

每当我点“添加”的时候就出现这种乱码,谁能告诉我怎么回事吗?怎么解决呢
[最优解释]
这些代码是你文件本身原有的嘛?用FIREBUG看看页面,查看代码添加提交的时候对应的做了些什么操作
[其他解释]
你的jsfunction里的this是什么,如果在window环境中那就是整个document对象了,这是你原意吗
[其他解释]
还有你的js代码写到script标签内了吗
[其他解释]
');
var smokeprice = smokevalue[1];

yandaimoneys=yandaimoneys+Number(smokeprice*Number(yandai_cnt.value));
document.getElementById('yandaimoneys').value=yandaimoneys;

var ydid=Number(smokevalue[0])+Number(smokevalue1[0]);
    if(arrYandaiValue[ydid]){
arrYandaiCnt[ydid] = Number(arrYandaiCnt[ydid])+Number(yandai_cnt.value);
}else{
arrYandaiValue[ydid] = true;
arrYandaiCnt[ydid] = yandai_cnt.value;
}

if(arrYandaiCnt[ydid]>0){
arrYandaiProduct[ydid] = '→'+yandaivalue+'*'+yandaiweivalue+'*'+arrYandaiCnt[ydid]+'盒小计:'+smokeprice*arrYandaiCnt[ydid]+'元 <input type="button" value="删除" onclick="delyandai('+ydid+','+smokeprice+')">';
arrYandaiContent[ydid] = '→'+yandaivalue+'*'+yandaiweivalue+'*'+arrYandaiCnt[ydid]+'盒小计:'+smokeprice*arrYandaiCnt[ydid]+'元';
}

    for(yandaival in arrYandaiProduct){
if(arrYandaiProduct[yandaival]){
content += arrYandaiProduct[yandaival]+'<br>';
}
}
yandaiview.innerHTML = content;
yandai_cnt.value=1;
Yandais(arrYandaiContent);
}
function delyandai(id,obj){

yandaimoneys=yandaimoneys-Number(obj*arrYandaiCnt[id]);
document.getElementById('yandaimoneys').value=yandaimoneys;

var yandaival = 0;
var content = '';
var yandaiview = document.getElementById('yandaiview');
arrYandaiProduct[id] = '';
arrYandaiContent[id] ='';




for(yandaival in arrYandaiProduct){
if(arrYandaiProduct[yandaival]){
content += arrYandaiProduct[yandaival]+'<br>';
}
}
arrYandaiProduct[id] = '';
arrYandaiCnt[id] = 0;
yandaiview.innerHTML = content;
Yandais(arrYandaiContent);
}
function Yandais(arr){
var yandaival = 0;
var content = '';
var yandais = document.getElementById('yandais');
for(yandaival in arr){
if(arr[yandaival]){
content += arr[yandaival]+"\n";
}
}
    yandais.value = content;
}


function SubmitBuy(){
var sv=document.getElementById("smokeview").innerHTML;//产品列表
var as=document.getElementById("smokeadd");//产品添加按钮

var yv=document.getElementById("yandaiview").innerHTML;//烟弹列表
var ay=document.getElementById("yandaiadd");//烟弹添加按钮

var ordName=document.getElementById("ordName");//订购人姓名
var addre=document.getElementById("addre");//详细地址


var postid=document.getElementById("postid");//邮政编码
var handphone=document.getElementById("handphone");//移动电话
var phone=document.getElementById("phone"); //固定电话
  
// $("form").submit(function(){
if (sv==""&& yv==""){
alert("请添加产品或烟弹");
as.focus();
return false;
}
else if (ordName.value==""){
alert("请填写订购人姓名");
ordName.focus();
return false;
}
else if (addre.value==""){
alert("请填写详细地址");
addre.focus();
return false;
}
else if (postid.value==""){
alert("请填写邮政编码");
postid.focus();
return false;
}
else if (handphone.value=="" && phone.value==""){
alert("移动电话、固定电话必须填写一个");
handphone.focus();
return false;
}
else if(confirm("请确认您所填写的资料:\n\n收货人姓名:"+ordName.value+"\n\n移动 电话:"+handphone.value+"\n\n固定 电话:"+phone.value+"\n\n收货 地址:"+addre.value+"\n\n物品:"+document.getElementById("smokes").value+"\n\n烟弹:"+document.getElementById("yandais").value)==1)
   {  
            return true  ;
   }  
   else {  return false;}
//});

}
$(function(){
function scrollAd(dom){
var offset = $(window).height() - $(dom).height() + $(document).scrollTop() - 15;
$(dom).animate({top:offset},{duration:300,queue:false});
}
scrollAd("#p");
$(window).scroll(function(){
scrollAd("#p");
 });
$(window).resize(function(){
scrollAd("#p");
 });
});

function JHshNumberText()
{
   if ( !((window.event.keyCode >= 48) && (window.event.keyCode <= 57)))
   {
      window.event.keyCode = 0 ;
   }



</script>
    

[其他解释]
50">烟草</option>
                  <option value="4
[其他解释]
谢谢各位高手了,我完全不懂aspx。谁能告诉我怎么解决吗?必定重重感谢
[其他解释]
在线等,谢谢
[其他解释]
<script type="text/javascript">
var arrSmokeProduct = new Array();
var arrSmokeCnt = new Array();
var arrProduct = new Array();
var arrProductContent = new Array();
var moneys=0;
var yandaimoneys=0;
function addsmoke(){

var smokeval = 0;
var money = 0;
var content = '';
var smoke = document.getElementById('smoke');
var number = document.getElementById('number');
var smokeview = document.getElementById('smokeview');
var smokevalue = smoke.options[smoke.selectedIndex].value.split('
[其他解释]
');
var smokeid = smokevalue[0];
var smokeprice = smokevalue[1];
var smoketext = smoke.options[smoke.selectedIndex].text;



moneys=moneys+Number(smokeprice*Number(number.value));
document.getElementById('moneys').value=moneys;

    if(arrProduct[smokeid]){
arrSmokeCnt[smokeid] =Number(arrSmokeCnt[smokeid])+Number(number.value);
}else{
arrProduct[smokeid] = true;
arrSmokeCnt[smokeid] = number.value;
}

if(arrSmokeCnt[smokeid]>0){
arrSmokeProduct[smokeid] = '→'+smoketext+'*'+arrSmokeCnt[smokeid]+'个'+'。小计:'+smokeprice*arrSmokeCnt[smokeid]+'元 <input type="button" value="删除" onclick="delSmoke('+smokeid+','+smokeprice+')">';
arrProductContent[smokeid] = '→'+smoketext+'*'+arrSmokeCnt[smokeid]+'个'+'。小计:'+smokeprice*arrSmokeCnt[smokeid]+'元';
}

    for(smokeval in arrSmokeProduct){
if(arrSmokeProduct[smokeval]){
content += arrSmokeProduct[smokeval]+'<br>';
}
}
smokeview.innerHTML = content;
number.value=1;
Smokes(arrProductContent);
}
function delSmoke(id,obj){


moneys=moneys-Number(obj*arrSmokeCnt[id]);
document.getElementById('moneys').value=moneys;

var smokeval = 0;
var content = '';
var smokeview = document.getElementById('smokeview');
arrSmokeProduct[id] = '';
arrProductContent[id] ='';
for(smokeval in arrSmokeProduct){
if(arrSmokeProduct[smokeval]){
content += arrSmokeProduct[smokeval]+'<br>';
}

arrProduct[id] = '';
arrSmokeCnt[id] = 0;
smokeview.innerHTML = content;
Smokes(arrProductContent);
}
function Smokes(arr){
 
var smokeval = 0;
var content = '';
var smokes = document.getElementById('smokes');
for(smokeval in arr){
if(arr[smokeval]){
content += arr[smokeval]+"\n";
}
}
    smokes.value = content;
}

var arrYandaiProduct = new Array();
var arrYandaiCnt = new Array();
var arrYandaiValue = new Array();
var arrYandaiContent = new Array();
function addyandai(){
var yandaival = 0;
var content = '';
var yandai = document.getElementById('yandai');
var yandai_cnt = document.getElementById('yandai_cnt');

var yandaiview = document.getElementById('yandaiview');
var yandaivalue = yandai.options[yandai.selectedIndex].text;

var yandaiwei = document.getElementById('yandaiwei');
var yandaiweivalue = yandaiwei.options[yandaiwei.selectedIndex].text;

var smokevalue = yandai.options[yandai.selectedIndex].value.split('
[其他解释]
');
var smokevalue1 = yandaiwei.options[yandaiwei.selectedIndex].value.split('
[其他解释]
</head>
<body>
<form action="alipaydefault.aspx" method="post" onsubmit="return SubmitBuy();">
    
<div id="container">
<table width="925" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="305"><img src="images/index_02.jpg" width="925" height="305" /></td>
  </tr>


  <tr>
    <td height="34" align="center" background="images/bg_10.jpg"> <div id="menu">
      <ul>
      <li class="home"><a href="index.aspx">首 页</a></li>
      <li class="buy"><a href="alipaydefault.aspx">在线网页订购</a></li>
      <li class="buy"><a href="about.aspx">关于电子烟</a></li>
  <li class="buy"><a href="shuoming.aspx">产品说明</a></li>
   
      <li class="how_buy"><a href="HotoBuy.aspx">如何购买</a></li>
      <li class="write"><a href="message.aspx">在线留言</a></li>
      <li class="help"><a href="help.aspx">常见问题</a></li>
      </ul>
    </div></td>
  </tr>
  <tr>
    <td height="5" align="center">&nbsp;</td>
  </tr>
</table>
  <table width="925" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td width="163" align="left" valign="top"><img src="images/pro_03.jpg" width="163" height="435" /></td>
      <td width="1" align="left" valign="top"> </td>
      <td width="761" align="left" valign="top"><table width="100%" height="435" border="0" cellpadding="0" cellspacing="0" >
        <tr>
          <td><img src="images/ding_05.jpg" width="763" height="35" alt="网站根本没动,居然出现乱码,求解,多谢" /></td>
        </tr>
        <tr background="images/index_12.jpg">
          <td background="images/bg_08.jpg" style="border:1px #e5e5e5 solid; border-top:none;"><table width="89%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td align="left" valign="top">
              <table width="677" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="110" height="30" align="right" valign="middle">电子烟:</td>
    <td height="30" colspan="2" align="left">
    
   <select name="smoke" id="smoke">
                    <option value="1
[其他解释]
198">K-Smoker电子烟精简装</option>
            <option value="2
------其他解决方案--------------------


298">K-Smoker电子烟礼品装</option>
                  </select>
       数量<input id="number" size="6" value="1" name="number"  onkeypress="JHshNumberText()"/>盒
<input id="smokeadd" type="button" value="添加" onClick="addsmoke()">*请在左侧选择您需要的品种,并在填写数量后,点击添加按钮 
<input type="hidden" name="smokes" id="smokes" ><input name="moneys" type="hidden" id="moneys" ></td>
    </tr>
    
     <tr>
    <td width="110" align="right" valign="middle">已添加列表:</td>
    <td colspan="2"  align="left">
    <div id="smokeview"></div>  </td>
    </tr> 
    
    <tr>
    <td width="110" height="30" align="right" valign="middle">烟弹:</td>
    <td height="30" colspan="2" align="left">
    
   <select name="yandai" id="yandai">
                    <option value="10
[其他解释]
50">高浓度烟弹</option>
                    <option value="20
[其他解释]
50">中浓度烟弹</option>
                    <option value="50
[其他解释]
50">低浓度烟弹</option>
                    <option value="40
[其他解释]
50">零浓度烟弹</option>
                  </select> <select name="yandaiwei" id="yandaiwei">
                   <option value="1
[其他解释]
50">万宝路</option>
                  <option value="3
[其他解释]
50">中华</option>
                  <option value="2
[其他解释]
50">烤烟</option>
                  <option value="5

热点排行