Newbie-Question:
How can I define a,b,x and y in this code:
DynAPI.onLoad=function() {
spalte1=new DynLayer()
spalte1.setSize(a,b)
spalte1.setBgColor('#000080')
spalte1.moveTo(x,y)
DynAPI.document.addChild(spalte1)
I want to use the available inner height and width of the browser for
positioning the layer,
for example
spalte1.setSize(120, "max avail inner height"-10)
Is this possible?
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help