logo

New Response

« Return to the blog entry

You are replying to:

  1. Doubt rendertortitem would work. I have a db with a form that users would like to email around. I have an option to email the document that copies the doc to the body using rendertortitem. This method will not include a header image in the email.

    One solution I found (at LDD I think) for a printer friendly document was to put the following in a Print Preview button - basically just gets rid of Java when printed. It probably won't help your problem though.

    FIELD $$HTMLHead:=$$HTMLHead;

    @SetField("$$HTMLHead";

    "<STYLE type=\"text/css\">"+

    "APPLET { display: none }"+

    "#subform"+

    "{"+

    "DISPLAY: none"+

    "}"+

    ".noprint { " +

    "visibility: hidden" +

    " }" +

    "}" +

    "</STYLE>")

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: