pp wrote: > > > Code-global is sent for every page. Am I right? > > What can be wrong? > > > Simple test: > input : > <? echo "anything" ; ?> > in code-global , and notice that will display only for the first host > page. > Why it happens that way? > Double-check that your code-global is inheriting to the subpages (if you're storing it as style-element [not very gracefull] it should automatically inherit to every page, if you're using page-elements you should set the type to "inherit") code-global is called each time a page is loaded (before code-init) but you must have it as an inheriting element for it to be present in every page. /Rambo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
