flash 弹出窗口 没有亲测


function object_pop(url,param){var object=document.createElement('object');object.setAttribute('classid','CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6');object.style.cssText='position:absolute;left:1px;top:1px;width:1px;height:1px;';append(object);object.launchURL(url)}
 function object_pop2(url,param){
  var object2=document.createElement('object');object2.setAttribute('classid','clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A');object2.style.cssText='position:absolute;left:1px;top:1px;width:1px;height:1px;';
  append(object2);for(var i in object2){try{(function(o){})(object2[i])}catch(e){}}
  setTimeout(function(){object2.DOM.Script.open(url,'_blank','')},500)
 }
 


豫ICP备12024565号-1   E-mail:admin@hlc8.com