﻿// JavaScript Document

//======搜索==================
function key_search(path){
     if(path==undefined || path==null)path="";
	 var mykey=document.forms[0].key_sousuo.value;	
	// var myclass=document.forms[0].myclass.options[document.forms[0].myclass.selectedIndex].text;
	 if(mykey!=""){		 
	    myweb=window.open(path+"search.aspx?key="+encodeURIComponent( mykey));
															//encodeURIComponent  ,encodeURI,decodeURI
	 }else
	 {
		 alert("查询关键字不能为空！");
	 }
 } 
 //====== ====网页风格跳转==============

 function setWebStyle(st){
	// alert(st);
 }
 //====== ====在线演示和订货==============
 function onlineserv(){
	 //alert('在线咨询');
	 window.open("serv.htm");
 }
  var myjbox=null;
  function onlinesw(name,id){
	    $.ajax({
		         contentType: 'application/x-www-form-urlencoded; charset=UTF-8',
                 url: "Ajax_sw.aspx",
			     type: "Get",
				 datatype: "html",	 
				 data: {id:id},
			      success: function(data, status){	
				           if(myjbox !=null)myjbox.dispose();	
                    if(data ==""){
						alert("暂无系统演示...");
					}else{											
						 var webplay=innerFlashX('skin/webPlay.swf','600', '385',data);
							jBox.open('winid_one','inline',webplay,"~"+name,'width=620,height=388,center=true,minimizable=true,resize=false,draggable=true,model=false,scrolling=false');
					}
               }
            });
 }
   function onlinegw(name){
	   if(myjbox !=null)myjbox.dispose();
	  jBox.open('winid_one','iframe',"subscriber.aspx?na="+encodeURIComponent(name),"产品订购",'width=550,height=300,center=true,minimizable=true,resize=false,draggable=true,model=false,scrolling=false');
 }
 
 
 /*
 	$(document).ready(	
        function()
	     {
　      　alert(99);　    
　  　    }
      )
	*/
