On Fri, 14 Oct 2005 16:18:46 +0200, orourksj
<orourksj.1wwg5y (AT) no-mx (DOT) forums.yourdomain.com.au> wrote:
Quote:
table datasrc="#rsCO_Implementation_Input" BORDER="1" width="700" |
Don't use DSO (that datasrc datafld) stuff. It never worked right and
it's basically a pile of suckage. Instead use a loop with
rstFoo.MoveNext(); and write out what you need.
Furthermore:
JScript not VBScript
Response.Write() not <%=stuff %> inlined
Use your CSS through classes, not by inlining everything through the
style attribute.
Avoid position:absolute; because you rarely need it, it's a pain, and
there's no suggestion that its use here is really justified.