OSDN Git Service

Version 0.6.165, fix Node.prototype.kill.
[pettanr/clientJs.git] / 0.6.x / js / 03_plugin / 00_XPlugin.js
index a7858e4..aa9daf9 100644 (file)
@@ -1,3 +1,24 @@
+/*
+ * VBS
+ */
+
+if( false && 5 <= X_UA[ 'IE' ] && X_UA[ 'IE' ] < 11 ){
+       (function(){
+
+                var script = document.createElement( "script" ) ;
+                script[ "type" ] = "text/vbscript" ;
+                script.text = [
+                    "Function vba_IEBinaryToArrayBytes()\n" ,
+                    "  vba_IEBinaryToArrayBytes = 1\n" ,
+                    "End Function\n"
+                    ].join( "" ) ;
+                document.getElementsByTagName("head")[ 0 ].appendChild( script ) ;
+               
+               // alert( vba_IEBinaryToArrayBytes() );
+       })();
+       
+};
+
 
 /*
  * Flash Player 10 バージョン判別チェックリスト