العربية
<!--هناك خطوتان لتحقيق هذا التأثير، الخطوة الأولى هي وضع الكود التالي في منطقة <head>-> <script> function runEx(cod1) { cod=document.all(cod1) var code. =cod.value ; if (code!=""){ var newwin=window.open('','',''); newwin.opener = null // منع التعليمات البرمجية من تعديل الصفحة newwin.document.write(code); // اكتب التعليمات البرمجية في هذه النافذة المفتوحة، وبالتالي تحقيق وظيفة تشغيل التعليمات البرمجية. newwin.document. Close(); } } // نسخ رمز حقل النص function cycode(obj) { var rng = document.body.createTextRange(); rng.moveToElementText(obj); ); rng.execCommand("Copy"); window.status="تم نسخ الكود الموجود في التمييز إلى الحافظة! تم تمييز المحتويات ونسخها إلى الحافظة!" rng .collapse(false); } // حفظ الكود function svcode(obj) { var winname = window.open('', '_blank', 'top=10000'); winname.document.open('text/html' , 'replace'); winname.document.writeln(obj.value); winname.document.execCommand('saveas','','code.htm'); - -الخطوة الثانية هي وضع الكود التالي في منطقة <body>--> <TEXTAREArows='12' cols='78' class='fm' id='code'> <!-- http:/ /www .downcodes.com/bbs--> </TEXTAREA> <INPUT onclick="runEx('code')" type="button" value="Run code" style="cursor:hand"onFocus="this. طمس ()"> <input type = "button" name = "Submit" value = "نسخ إلى الحافظة" onClick = "cycode (code)" style = "cursor:hand؛width:95px" onFocus = "this.blur" ( ) "> <input type = "button" value = "حفظ الرمز باسم" onclick = "svcode (code)" style = "cursor: hand" onFocus = "this.blur ()">