Good afternoon you all
I am trying to add a text file (the data in the textfile) into a marquee what is included in a td of a table
but it doesn't workCode:<body class="is_root"> <table class="splash"> <tr> <td> <a href="./splash/int.html" class="splash" onMouseOver="window.status='Internet WJD'; return true;" onMouseOut="window.status=''; return true;" target="_blank"><center><img src="./images/int_logo.png" title="Internet Wist Je Dat???" border="0" /></center></a> </td> <td> <a href="./splash/mob.html" class="splash" onMouseOver="window.status='Mobiel WJD'; return true;" onMouseOut="window.status=''; return true;" target="_blank"><center><img src="./images/mobile_logo.png" title="Mobiel Wist Je Dat???" border="0" /></center></a> </td> <td> <a href="./splash/tel.html" class="splash" onMouseOver="window.status='Telefonie WJD'; return true;" onMouseOut="window.status=''; return true;" target="_blank"><center><img src="./images/tel_logo.png" title="Telefonie Wist Je Dat???" border="0" /></center></a> </td> </tr> <tr> <td> <a href="./splash/dtv.html" class="splash" onMouseOver="window.status='iDTV WJD'; return true;" onMouseOut="window.status=''; return true;" target="_blank"><center><img src="./images/dtv_logo.png" title="iDTV Wist Je Dat???" border="0" /></center></a> </td> <td> <center><img src="./images/waio.png" /></center> </td> <td> <a href="./splash/atv.html" class="splash" onMouseOver="window.status='ATV WJD'; return true;" onMouseOut="window.status=''; return true;" target="_blank"><center><img src="./images/atv_logo.png" title="ATV Wist Je Dat???" border="0" /></center></a> </td> </tr> <tr> <td> <a href="./splash/tn.html" class="splash" onMouseOver="window.status='Telenet WJD'; return true;" onMouseOut="window.status=''; return true;" target="_blank"><center><img src="./images/tn_logo.png" title="Telenet Wist Je Dat???" border="0" /></center></a> </td> <td> <marquee id="scroller" onfinish="location.reload(true);" loop="10" style="position: relative; top: 20; right: 0; bottom: 0; right: 0; height: 100%" behavior="scroll" align="center" direction="left" scrollamount="4" scrolldelay="0"> <iframe src="todo.txt" frameborder="0" width="700" height="100"></iframe> </marquee> </td> <td> <a href="./splash/tp.html" class="splash" onMouseOver="window.status='Teleperformance WJD'; return true;" onMouseOut="window.status=''; return true;" target="_blank"><center><img src="./images/tp_logo.png" title="Teleperformance Wist Je Dat???" border="0" /></center></a> </td> </tr> </table> </body>
can you give me some tips and help how to solve this



Reply With Quote

Bookmarks