تبديل الصور بنافذه مستقلة
Image 1 Image 2 Image 3
اضغط هنا للحصول على الكود
مع مراعاة تبديل اسم وعنوان الصورة
30
<BODY></BODY>انسخ وألصق بين الواصفتين
<SCRIPT language="JavaScript"> /* Script posted and featured on Website Abstraction http://wsabstract.com */ function display_image(form) { selectionname = form.imagename.options[form.imagename.selectedIndex].text; selection = form.imagename.options[form.imagename.selectedIndex].value; PreView = window.open("", "Preview", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=200,height=255"); PreView.document.open(); PreView.document.write("<HTML><HEAD>"); PreView.document.write("<TITLE>Preview</TITLE>"); PreView.document.write("</HEAD><BODY BGCOLOR=FFFFFF TEXT=000000>"); PreView.document.write("<FORM><CENTER><B><FONT SIZE=+1>" + selectionname + "</FONT></B><HR>"); PreView.document.write("<IMG HSPACE=0 VSPACE=0 " + "SRC='" + selection + "'>"); PreView.document.write("<HR><FORM><INPUT TYPE='button' VALUE='Close' " + "onClick='window.close()'></FORM>"); PreView.document.write("</CENTER>"); PreView.document.write("</BODY></HTML>"); PreView.document.close(); }
مع خالص تحياتي
المـتـمــيــــز
عودة إلى الجافا
عودة إلى الصفحة الرئيسية