Страница 1 из 1
Просмотр комиксов онлайН
Добавлено: 30 дек 2009, 22:47
Den_Hanma
Как сделать просмотр комиксов-онлайн?
Пример -
http://narutolife.ru/read_online/Naruto/chapter_474/474.htmlТолько "Просмотром хтмл кодов" у меня не получилось, что-то там намучено)
Хочется сделать что-то в таком роде. Помогите, пожалуйста

Re: Просмотр комиксов онлайН
Добавлено: 30 дек 2009, 23:08
All
Попробуй через оперу просмотреть.
Код: Выделить всё
<html>
<head>
<title>Наруто 474 глава - Манга онлайн - This is Life... NarutoLife</title>
<META http-equiv="Content-Type" content="text/html; charset=windows-1251">
<!-- HEAD START HERE -->
<LINK href="http://narutolife.ru/read_online.css" rel=STYLESHEET type=text/css>
<SCRIPT language=JavaScript type=text/javascript>
var i=1
function next(){
i++
if (i==18) i=17
s="f"+i+".htm"
document.all.innerframe.src=s
}
function prev(){
i--
if (i==0) i=1
s="f"+i+".htm"
document.all.innerframe.src=s
}
function GotoNomber(nomber){
i=nomber
s="f"+nomber+".htm"
document.all.innerframe.src=s
}
function nombersShow(){
document.all.raw.style.display=""
document.all.raw.style.visibility="visible"
document.all.nombers.href="javascript:nombersHide()"
}
function nombersHide(){
document.all.raw.style.display="none"
document.all.raw.style.visibility="hidden"
document.all.nombers.href="javascript:nombersShow()"
}
</SCRIPT>
<!-- HEAD END HERE -->
</head>
<body bgcolor="#EDEDED" text="#000000" link="#000000" topmargin="0" leftmargin="0">
<center>
<!-- BODY START HERE -->
<TABLE align=center border=0 borderColor=#000000 cellPadding=0 cellSpacing=0 height=100% width="100%">
<TR><TD class=headcolor height=25></TD>
<TD align=middle class=headcolor width=100%>
<table style="border-collapse: collapse;" width="698" height="36"><tbody><tr><td style="border: 0px solid rgb(0, 0, 0);" align="right"><a title="Предыдущая глава" href="http://narutolife.ru/read_online/Naruto/chapter_473/473.html"><img alt="" src="http://narutolife.ru/read_online/Naruto/prev_glava.png" align="" border="0"><br></a></td><td style="border: 0px solid rgb(0, 0, 0);"><a title="Следующая глава" href="http://narutolife.ru/read_online/Naruto/chapter_475/475.html"><img alt="" src="http://narutolife.ru/read_online/Naruto/next_glava.png" align="" border="0"></a><br></td><td style="border: 0px solid rgb(0, 0, 0);" align="center"><a title="Скачать главу" href="http://narutolife.ru/Manga/page/474.zip"><img alt="" src="http://narutolife.ru/read_online/Naruto/download.png" align="" border="0"></a><br></td><td style="border: 0px solid rgb(0, 0, 0);" align="right"><a title="Предыдущая страница" href="javascript:prev()"><img alt="" src="http://narutolife.ru/prev_ch.png" align="" border="0"></a><br></td><td style="border: 0px solid rgb(0, 0, 0);"><a title="Следующая страница" href="javascript:next()"><img alt="" src="http://narutolife.ru/next_ch.png" align="" border="0"></a><br></td></tr></tbody></table>
</TD></TR>
<TR id=raw style="DISPLAY: none; VISIBILITY: hidden"><TD align=center class=headcolor colSpan=2 height=1>
<a href="http://narutolife.ru/read_online/Naruto/chapter_474/f1.htm">
<a href="http://narutolife.ru/read_online/Naruto/chapter_474/f2.htm">
<a href="http://narutolife.ru/read_online/Naruto/chapter_474/f3.htm">
<a href="http://narutolife.ru/read_online/Naruto/chapter_474/f4.htm">
<a href="http://narutolife.ru/read_online/Naruto/chapter_474/f5.htm">
<a href="http://narutolife.ru/read_online/Naruto/chapter_474/f6.htm">
<a href="http://narutolife.ru/read_online/Naruto/chapter_474/f7.htm">
<a href="http://narutolife.ru/read_online/Naruto/chapter_474/f8.htm">
<a href="http://narutolife.ru/read_online/Naruto/chapter_474/f9.htm">
<a href="http://narutolife.ru/read_online/Naruto/chapter_474/f10.htm">
<a href="http://narutolife.ru/read_online/Naruto/chapter_474/f11.htm">
<a href="http://narutolife.ru/read_online/Naruto/chapter_474/f12.htm">
<a href="http://narutolife.ru/read_online/Naruto/chapter_474/f13.htm">
<a href="http://narutolife.ru/read_online/Naruto/chapter_474/f14.htm">
<a href="http://narutolife.ru/read_online/Naruto/chapter_474/f15.htm">
<a href="http://narutolife.ru/read_online/Naruto/chapter_474/f16.htm">
<a href="http://narutolife.ru/read_online/Naruto/chapter_474/f17.htm">
<TR><TD align=middle class=bodycolor colSpan=2>
<IFRAME align=middle frameBorder=0 height="100%" id=innerframe src="f1.htm"width="100%"></IFRAME></TD></TR></TBODY></TABLE>
<!-- BODY END HERE -->
</center>
</body>
</html>
Re: Просмотр комиксов онлайН
Добавлено: 30 дек 2009, 23:09
Den_Hanma
Вот так и знал, а..
Только "Просмотром хтмл кодов" у меня не получилось, что-то там намучено)
Ты попробуй сам, на компьютере копирнуть и сделать..
Re: Просмотр комиксов онлайН
Добавлено: 30 дек 2009, 23:19
All
Re: Просмотр комиксов онлайН
Добавлено: 30 дек 2009, 23:40
Den_Hanma
All, хм) Попробую. Спасибо)