Comic.html
À propos du fichier
- Type de fichier
- Fichier HTML de 3 Ko (text/html)
- Confidentialité
- Fichier public, envoyé le 17 septembre 2016 à 16:09, depuis l'adresse IP 83.153.x.x (France)
- Sécurité
- Ne contient aucun Virus ou Malware connus - Dernière vérification: 3 jours
- Statistiques
- La présente page de téléchargement a été vue 862 fois depuis l'envoi du fichier
- Page de téléchargement
-
Aperçu du fichier
<HTML>
<HEAD>
<script type="text/javascript" language="javascript" src="pages.js"></script>
<script type="text/javascript" language="javascript">
function updateButtons() {
var nextButton = document.getElementById("nextButton");
var prevButton = document.getElementById("prevButton");
nextButton.disabled = curPage == numPages - 1;
prevButton.disabled = curPage == 0;
}
function nextPage() {
if (curPage < numPages - 1) {
curPage = curPage +1;
var image = document.getElementById("pageImage");
image.src = pages[curPage];
}
updateButtons();
}
function prevPage() {
if (curPage > 0) {
curPage = curPage - 1;
var image = document.getElementById("pageImage");
image.src = pages[curPage];
}
updateButtons();
}
</script>
</HEAD>
<BODY background="#FFFFFF" onload="updateButtons()">
<table align="center" cellpadding="0" cellspacing="0" background="images/center.gif">
<tr>
<td width="12" height="12">
<img src="images/tl.gif" border="0" width="12" height="12">
</td>
<td height="12" background="images/top.gif"><IMG SRC="images/spacer.gif" height="12" width="1"></td>
<td width="12" height="12">
<img src="images/tr.gif" border="0" width="12" height="12">
</td>
</tr>
<tr>
<td width="12" background="images/left.gif">
<img height="1" width="1" src="images/spacer.gif" width="12" />
</td>
<td align="center"><img id="pageImage" src="pages/Page_1.jpg" border="0" /></td>
<td width="12" background="images/right.gif">
<img height="1" width="1" src="images/spacer.gif" width="12" />
</td>
</tr>
<tr>
<td width="12" background="images/left.gif">
<img height="1" width="1" src="images/spacer.gif" width="12" />
</td>
<td align="right">
<form>
<input type="button" id="prevButton" onclick="prevPage()" value="Previous"/>
<input type="button" id="nextButton" onclick="nextPage()" value="Next" />
</form>
</td>
<td width="12" background="images/right.gif">
<img height="1" width="1" src="images/spacer.gif" width="12" />
</td>
</tr>
<tr>
<td width="12" height="12">
<img src="images/bl.gif" border="0" width="12" height="12">
</td>
<td height="11" background="images/bottom.gif"><IMG SRC="images/spacer.gif" height="12" width="1"></td>
<td width="12" height="12">
<img src="images/br.gif" border="0" width="12" height="12">
</td>
</tr>
</table>
</BODY>
</HTML>
Partager le fichier Comic.html sur le Web et les réseaux sociaux:
Télécharger le fichier Comic.html