Problem with forms/document on web

HiWhen a create a new document i use @Command([Compose];“Cont”) my stylesheets and JS works fine but when a edit the created document all stylesheets and JS stop working. I used @Command( [EditDocument]).

What have i missing, i’m not so experienced in web.

Kind regards

Fredrik

Subject: Problem with forms/document on web

Where did you put your stylesheet & JS. i’ve put it in HTML Header Content.

dbname := @WebDbName;

“”+

“<script language="JavaScript" type="text/javascript" src="/”+dbname+“/TopNav.js">”

William