mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
31 lines
701 B
HTML
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>
|