RetroZilla/layout/html/tests/table/bugs/bug1220.html
2015-10-20 23:03:22 -04:00

31 lines
701 B
HTML

<HTML><BODY>
<TABLE CELLPADDING=0 CELLSPACING=0 WIDTH=602 BORDER=1>
<TR>
<TD COLSPAN="2" ROWSPAN=2 VALIGN=TOP BGCOLOR="#FFFFFF">
<IMG
src="../images/wiz438sidebar.gif"
ALT="" BORDER=0>
</TD>
</TR>
<!-- RICK: this is a parser problem Remove the script tag and the content
doesn't get ejected from the table. -->
<SCRIPT LANGUAGE=javascript>
<!--
function handleTrigger()
{
if (event.ctrlKey == true && event.shiftKey == true)
document.all("E").value = "1";
}
document.onclick = handleTrigger;
//-->
</SCRIPT>
<TR>
<TD COLSPAN=6 HEIGHT="45" ALIGN=RIGHT>xxx</TD>
</TR>
</TABLE>
</BODY></HTML>