صورة صغيرة تكبر بالنقرعليها
انقر على الصورة لتكبر
طريقة التركيب
1- انسخ هذا الكود و ضعه في منطقة HEAD
كود:
<SCRIPT LANGUAGE="JavaScript">
// Visit our site at http://www.sqebd.com/ for more code
<!-- Begin
function MYFOTO (img){
foto1= new Image();
foto1.src=(img);
Controlla(img);
}
function Controlla(img){
if((foto1.width!=0)&&(foto1.height!=0)){
viewFoto(img);
}
else{
funzione="Controlla('"+img+"')";
intervallo=setTimeout(funzione,20);
}
}
function viewFoto(img){
largh=foto1.width+20;
altez=foto1.height+20;
stringa="width="+largh+",height="+altez;
finestra=window.open(img,"",stringa);
}
// End -->
</script>
2- انسخ و ضع الكود بعد BODY و عدل في الروابط
كود:
<A href="javascript:MYFOTO('رابط الصورة الكبيرة')">
<IMG src="رابط الصورة الصغيرة" border="0" width="100" height="70"></A>