Показать сообщение отдельно
  #4 (permalink)  
Старый 10.06.2009, 23:37
egg egg вне форума
Интересующийся
Отправить личное сообщение для egg Посмотреть профиль Найти все сообщения от egg
 
Регистрация: 29.05.2009
Сообщений: 19

<html><head><title>бла бла бла</title>
<script type="text/javascript" src="script.js"></script>
</head><body>
--------------------------------------------------
<img src="blaa.jpg" onclick='win(inputElem,298,445);return(false)'>
--------------------------------------------------
</body></html>

var inputElem=
  '<object width="425" height="344">'+
    '<param name="movie" value="http://www.youtube.com/v/UQ_o-9xmh_g&hl=ru&fs=1&"></param>'+
    '<param name="allowFullScreen" value="true"></param>'+
    '<param name="allowscriptaccess" value="always"></param>'+
    '<embed src="http://www.youtube.com/v/UQ_o-9xmh_g&hl=ru&fs=1&"'+
      'type="application/x-shockwave-flash" allowscriptaccess="always"'+
      'allowfullscreen="true" width="425" height="344"></embed>'+
  '</object>'

function win(ID,w,h)
{
var wnd01, tPage, wndHeight, wndWidth, imgHeight;

nleft='5'
ntop='5'
if ( w>0 && h>0 ) {
nleft=screen.width/2-(w/2)
ntop=screen.height/2-(h/2)
} 

wnd01 = window.open('','_blank','copyhistory=no,directorie s=no,location=no,status=no,scrollbars=no,menubar=n o,toolbar=no,left='+nleft+',top='+ntop+',resizable =yes,width='+w+',height='+h);

tPage="";
tPage=tPage+"<html>\n";
tPage=tPage+"<head>\n";
tPage=tPage+"<title>ббллаааа</title>\n";
tPage=tPage+"<\/head>\n";
tPage=tPage+"<body TEXT='#A8882C' LINK='#946619' VLINK='#573C0E' ALINK='#000000' bgcolor='#000000' marginwidth='0' marginheight='0' topmargin='0' leftmargin='0'>\n"; 
tPage=tPage+"<center>"+ID+"<\/center>";
tPage=tPage+"<\/body>\n";
tPage=tPage+"<\/html>\n";

wnd01.document.write(tPage);
}