العربية
<!-- http://www.downcodes.com/js --> <!-- bbs http://www.downcodes.com/bbs--> <!-- أكمل كود HTML--> <html > <head> <title> متصفح الصور</title> <script> function ViewImage(form) { photoHeight=form.height.value photoWidth=form.width.value var urlType=form.url.value var LocalurlType=urlTypeindexOf(. 'http://')==-1 إذا (LocalurlType) urlType = "file:///"+urlType win=window.open(""،"،width="+photoWidth+"،height= "+ photoHeight+"") win.document.write("<html><head><title>الصورة التي تريد تصفحها</title></head><body>") win.document.write('<div style = "position:absolute;width:'+photoWidth+';height:'+photoHeight+';left:0px;top:0px">') win.document.write("<img src="+urlType+" width="+ photoWidth+ " height="+photoHeight+"></div></body></html>") win.document. Close(); } </script> </head> <body> <center> الرجاء إدخال ما تريد تصفح عنوان URL الذي توجد به الصورة إذا كانت الصورة موجودة على جهاز الكمبيوتر المحلي لديك، فاضغط على زر التصفح <p> <form> <input type=file size=40 name=url> <p> الارتفاع:<input type=text. الاسم = حجم الارتفاع = 3 قيمة = 300> العرض: <نوع الإدخال = اسم النص = حجم العرض = 3 قيمة = 250> </p> <input type=button value = "عرض الصورة" onclick = "ViewImage (this.form) )"> </p> form> </body> </html> <br><br><br> <p><font color=red>//// المؤلف: مدرسة البرمجيات، معهد نانيانغ للتكنولوجيا، جهة الاتصال بـ Ren Binyu: 0377-3114024,0373 -7916269 </font></p>