sage -
From: "adriant" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 12, 2000 8:33 AM
Subject: [Dynapi-Help] DynProblem
> Can anyone tell me whay this dosn't work?
>
>
>
>
>
>
> DynAPI.setLibraryPath('../
Adriant,
Swop these 2 lines round
c[i][j].setHTML("x") // <-- here is the problem
DynAPI.document.addChild(c[i][j])
So it reads
DynAPI.document.addChild(c[i][j])
c[i][j].setHTML("x") // <-- no more
Can anyone tell me whay this dosn't work?
DynAPI.setLibraryPath('../js/lib/')
DynAPI.include('dynapi.api.dynlayer.js')
DynAPI.include('dynapi.api.browser.js')
DynAPI.include('dynapi.api.dyndocument.js')
intBoxW = 30
intBoxH = 20
intNoLin = 3
intNoCol = 4
intBoxSpace = 1
var c
DynAPI.onLoa