Peter Crom wrote:
> I would like to have a sort of 'coded body', that is, I offer a body with an
> encrypting javascript routine that 'unpacks' the coded body at the client,
> so it customizes to its local properties, depending on browser, screensize
> and the like.
> Therefore I need to be able to 'read' the body, adjust it, and rewrite te
> whole lot with a document.writeln (newbody);
You do not need and you do not want that, not even in an intranet.
BTW, use document.write("...") instead of document.writeln(...).
PointedEars
|