3 <TITLE>Bug positionning table
</TITLE>
5 <script language=
"javascript">
10 var popup
= document
.getElementById("popup");
12 var l
= document
.getElementById("field1").value
;
13 var t
= document
.getElementById("field2").value
;
21 var popup
= document
.getElementById("popup");
26 var popup
= document
.getElementById("popup");
27 popup
.style
.left
= 250;
33 <BODY onLoad=
"movep2();movep3()">
34 The tables left position should be
250.
35 <p>Left:
<input type=
"text" name=
"fieldt" id=
"field1" value=
"120px"></p>
36 <p>Top:
<input type=
"text" name=
"fieldl" id=
"field2" value=
"120px"></p>
37 <p><input type=
"button" value=
"Move" onclick=
"movep1()"></p>
39 <!-- cellpadding=0 to avoid hitting another bug; not necessary for testcase -->
41 <table style=
"position:absolute;left:120px;top:120px" id=
"popup" border=
"1" cellpadding=
"0">