Setting layer's position

This works in the web browser, but doesn’t work in the Lotus client: layer.style.left=‘10pt’

Is there a way to set a layer’s position in the Lotus client?

Or is there a way to set the position of a container of texts, bitmaps and tables?

I am trying to reuse an old dynamic HTML page. The old page has a lot of JavaScript and it works like this:

  • some fields are populated from the database

  • the body.onload creates a bunch of tables and other objects based on the data

  • the user plays with all the dynamic features that add or remove sections and tables on the client side

  • at submit time all the data is gathered, serialized into a few fields, and sent back to the database.

What is the best way to keep all the functionality of my old page full of JavaScript in the Lotus client?

Thanks,

Stefano