Nel link sopracitato ho guardato l'html e c'è questo...
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>::: scuba adventures | scuola ufficiale padi :::</title>
</head>
<script language="JavaScript" type="text/javascript">
<!--
function RN_Popup(url,sizex,sizey) { //v2.0
imageWin=window.open("","loading",'status=0,scroll bars=0,resizable=0,width='+sizex+',height='+sizey) ;
imageWin.moveTo((screen.availWidth / 2) - (sizex / 2),(screen.availHeight / 2) - (sizey / 2));
imageWin.document.open();
imageWin.document.writeln('<html>');
imageWin.document.writeln('<head>');
imageWin.document.writeln('<title>[reporter.net|daedalus]</title>');
imageWin.document.writeln('</head>');
imageWin.document.writeln('<body background="'+url+'">');
imageWin.document.writeln('</body>');
imageWin.document.writeln('</html>');
imageWin.document.close();
}
//-->
</script>
<body bgcolor="#1C404E" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" WIDTH="100%" HEIGHT="100%" ALIGN="">
<PARAM NAME=movie VALUE="swf/loader.swf">
<PARAM NAME=quality VALUE=best>
<PARAM NAME=scale VALUE=noscale>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="swf/loader.swf" quality=best scale=noscale bgcolor=#FFFFFF WIDTH="100%" HEIGHT="100%" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</body>
</html>
Quindi la funzione popup è direttamente nella pagina html principale e sulle foto ci sarà un'azione che la richiama...come farla?????
mi riuscite ad aiutare???
Grazie in anticipo!!