Ik heb via een object-tag een .cgi pagina in een table geïntregeerd. Probleem is nu is dat wanneer ik de pagina bekijk dan is de cgi pagina (een poll) afgekapt.. Hieronder heb ik de code.. Weet iemand wat er fout is.. Ik heb het gevoel dat ik iets kleins mis.. Maar ik ben nog een vrij aardige html-n00b....
<table border="1" cellpadding="0" cellspacing="0" style="position:absolute; top: 200px">
<tr><td><a href="/competitie/maasregatta.htm">
<h1>Fortis Maasregatta</h1></a>
<p><a href="/disputenroeidag/">
<h1>Disputen Roeidag</h1></a>
<p><a href="../../cgi-bin/poll/pollssi.cgi" target="_self">
<h1>De Keuze</h1>
</a></td>
<td width=80%><object type="text/x-scriptlet" data="/cgi-bin/poll/pollssi.cgi"></object></td>
</tr>
</table>
<table border="1" cellpadding="0" cellspacing="0" style="position:absolute; top: 200px">
<tr><td><a href="/competitie/maasregatta.htm">
<h1>Fortis Maasregatta</h1></a>
<p><a href="/disputenroeidag/">
<h1>Disputen Roeidag</h1></a>
<p><a href="../../cgi-bin/poll/pollssi.cgi" target="_self">
<h1>De Keuze</h1>
</a></td>
<td width=80%><object type="text/x-scriptlet" data="/cgi-bin/poll/pollssi.cgi"></object></td>
</tr>
</table>