Hvordan ser det "oversatte" HTML-dokument ud?
Det "oversatte" html ser således ud:
<html>
<head>
<title>Photo gallery test</title>
<script language="JavaScript">
<!--
function photo_open(link, width, height)
{
var photoWindow = window.open(link,"photo",
'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+height);
}
//-->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table cellpadding="2" align="center" width="80%" border="0">
<center><script language="JavaScript" scr="Menu.js"></script></center>
</table>
<table cellpadding="2" align="center" width="80%" border="0">
<tr>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC1.jpg','1280','
960');"><img scr="Thumbs/PIC1.jpg" width="100" height="75"></a></td>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC2.jpg','1280','
960');"><img scr="Thumbs/PIC2.jpg" width="100" height="75"></a></td>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC3.jpg','1280','
960');"><img scr="Thumbs/PIC3.jpg" width="100" height="75"></a></td>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC4.jpg','1280','
960');"><img scr="Thumbs/PIC4.jpg" width="100" height="75"></a></td>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC5.jpg','1280','
960');"><img scr="Thumbs/PIC5.jpg" width="100" height="75"></a></td>
</tr>
<tr>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC6.jpg','960','
1280');"><img scr="Thumbs/PIC6.jpg" width="75" height="100"></a></td>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC7.jpg','960','
1280');"><img scr="Thumbs/PIC7.jpg" width="75" height="100"></a></td>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC8.jpg','1280','
960');"><img scr="Thumbs/PIC8.jpg" width="100" height="75"></a></td>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC9.jpg','1280','
960');"><img scr="Thumbs/PIC9.jpg" width="100" height="75"></a></td>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC10.jpg','1280','
960');"><img scr="Thumbs/PIC10.jpg" width="100" height="75"></a></td>
</tr>
<tr>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC11.jpg','1280','
960');"><img scr="Thumbs/PIC11.jpg" width="100" height="75"></a></td>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC12.jpg','960','
1280');"><img scr="Thumbs/PIC12.jpg" width="75" height="100"></a></td>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC13.jpg','960','
1280');"><img scr="Thumbs/PIC13.jpg" width="75" height="100"></a></td>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC16.jpg','1280','
960');"><img scr="Thumbs/PIC16.jpg" width="100" height="75"></a></td>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC17.jpg','960','
1280');"><img scr="Thumbs/PIC17.jpg" width="75" height="100"></a></td>
</tr>
<tr>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC18.jpg','960','
1280');"><img scr="Thumbs/PIC18.jpg" width="75" height="100"></a></td>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC19.jpg','960','
1280');"><img scr="Thumbs/PIC19.jpg" width="75" height="100"></a></td>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC20.jpg','960','
1280');"><img scr="Thumbs/PIC20.jpg" width="75" height="100"></a></td>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC21.jpg','960','
1280');"><img scr="Thumbs/PIC21.jpg" width="75" height="100"></a></td>
<td align="center"><a href="javascript:photo_open('photo_display.php?photo=
PIC22.jpg','960','
1280');"><img scr="Thumbs/PIC22.jpg" width="75" height="100"></a></td>
</tr>
</table>
</body>
</html>
Og ja... Jeg har husket alle "efternavnene" på filerne!
*VB newbie*- Jo mere man lærer, jo mere lærer man... øøhh..ja.