Home Up Guest Book About Me WebTV Tricks HTML Tricks JavaScripts

Applications

 

 

<html>

<head>

<title>

Applications

</title>

<DISPLAY nooptions>

<script language="JavaScript">

function writeSeparator() {

document.writeln('<tr>');

document.writeln('<table cellspacing=0 cellpadding=0 bgcolor=191919>');

document.writeln(' <tr>');

document.writeln(' <td height=4>');

document.writeln(' <tr>');

document.writeln(' <td width=15>');

document.writeln(' <td absheight=2 valign=middle align=center

bgcolor="2B2B2B">');

document.writeln(' <img src="file://ROM/Images/Spacer.gif" width=435

height=1>');

document.writeln(' <tr>');

document.writeln(' <td width=5 height=1>');

document.writeln(' <tr>');

document.writeln(' <td width=15>');

document.writeln(' <td absheight=2 valign=middle align=center

bgcolor="0D0D0D">');

document.writeln(' <img src="file://ROM/Images/Spacer.gif" width=435

height=1>');

document.writeln(' <tr>');

document.writeln(' <td height=4>');

document.writeln('</table>');

}

function writeApplication( store ) {

var title = store[ "AppTitle.txt" ];

var entry = store[ "AppEntry.html" ];

var thumbnail = store[ "thumbnail.img" ];

document.writeln('<tr>');

document.writeln('<table cellspacing=0 cellpadding=0 bgcolor=191919>');

document.writeln(' <td width=10>');

document.writeln(' <td>');

document.writeln(' <table href="' + entry.location + '"

insetSelection>');

document.writeln(' <tr>');

document.writeln(' <td abswidth=75 height=52 align=center

valign=center>');

document.writeln(' <img src="' + thumbnail.location + '" width=70

height=52><br>');

document.writeln(' <td abswidth=350 align=left valign=center>');

document.writeln(' <table cellspacing=0 cellpadding=0>');

document.writeln(' <tr>');

document.writeln(' <td width=5 align=left valign=center>');

document.writeln(' <td align=left valign=center maxlines=2>');

document.writeln(' <font color=#42BC52 size=-1>');

document.writeln(' ' + title.data + '<br>');

document.writeln(' </font>');

document.writeln(' </table>');

document.writeln(' </table>');

document.writeln(' <td width=5>');

document.writeln(' <td>');

document.writeln('</table>');

}

</script>

</head>

 

<body bgcolor=191919 text=44cc55 link=189cd6 vlink=189cd6 hspace=0

vspace=0 fontsize=large>

<sidebar width=104>

<table cellspacing=0 cellpadding=0 bgcolor=284a52 height=100%>

<tr>

<td valign=top height=50%>

<table cellspacing=0 cellpadding=0>

<tr>

<td colspan=3 abswidth=104 absheight=4>

<tr>

<td abswidth=6>

<td abswidth=92 absheight=76>

 

<table href="client:gohome" absheight=76 cellspacing=0 cellpadding=0>

<tr>

<td align=right>

<img src="file://ROM/Cache/WebTVLogoJewel.gif" width=87 height=67>

</table>

 

<td abswidth=6>

<tr><td colspan=3 abswidth=104 absheight=2 bgcolor=1f3136>

<img src="file://ROM/Images/Spacer.gif" width=1 height=1>

<tr><td colspan=3 abswidth=104 absheight=1>

<tr><td colspan=3 abswidth=104 absheight=2 bgcolor=436f79>

<img src="file://ROM/Images/Spacer.gif" width=1 height=1>

<tr><td absheight=32 colspan=3>

 

</table>

 

</table>

</sidebar>

<table cellspacing=0 cellpadding=0 width=456 bgcolor=191919>

<tr>

<td height=16>

<img src="file://ROM/Images/Spacer.gif" width=1 height=1>

<tr>

<td width=16>

<img src="file://ROM/Images/Spacer.gif" width=1 height=1>

<td>

<table cellspacing=0 cellpadding=0 width=428>

<tr>

<td align=left>

<shadow>

<blackface>

<font color=e7ce4a size=+1>

Applications

</font>

<blackface>

<shadow>

</table>

<tr>

<td height=14>

<img src="file://ROM/Images/Spacer.gif" width=1 height=1>

</table>

 

<table cellspacing=0 cellpadding=0 bgcolor=191919>

<script language="JavaScript">

var store = new Store( "/" );

 

writeSeparator();

for ( index = 0; index < store.length; index++ ) {

if ((store[ index ].length != 0) && (store[ index ] ["AppTitle.txt"

].data != 0)) {

writeApplication( store[ index ] );

writeSeparator();

}

}

</script>

</table>

</body>

</html>

 

Cut & Paste this HTML: