RollingWall
Newbie | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору Можно и так: Код: <head> <title></title> <script> function langas ( adres,foto_tekst,sirina_okna,vysota_okna,foto_width,foto_height,poz_sleva,poz_sverhu ) { myWin= open("", "displayWindow", "width="+sirina_okna+",height="+vysota_okna+",status=no,toolbar=no,menubar=no,resizable=no,left="+poz_sleva+",top="+poz_sverhu+""); myWin.document.open(); myWin.document.write("<html><head><title>foto</title><LINK href='css.css' type=text/css rel=stylesheet><META HTTP-EQUIV='Content-Type' CONTENT='text/html; CHARSET=Windows-1251'>"); myWin.document.write("</head><body bgcolor=white topmargin=0 leftmargin=0>"); myWin.document.write("<center><br>"); myWin.document.write("<img src='images/"+adres+"' width="+foto_width+" height="+foto_height+" border=0 align='left' valign='top'> <font class='tekstas_maz_lange'>"+foto_tekst+"</font>"); myWin.document.write("</center>"); myWin.document.write("<br></center>"); myWin.document.write("</body></html>"); myWin.document.close(); } </script> </head> <body> <a href="javascript: langas('1.jpg','PhotoGallery PhotoGallery PhotoGallery PhotoGallery PhotoGallery',300,160,100,100,10,10);"> <img src="images/1.jpg" width="40" height="40" alt="" vspace="3" border="0" align="middle"> </a> </body> | Вроде везде срабатывает, да и в одной строке можно все параметры сразу задать и даже, наверное, автоматизировать. |