Focal Point
HTML Title

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/8111087331

May 12, 2004, 04:19 PM
<Vipul>
HTML Title
I have put the HTML title tags in htmlform to display a custom Browser title but when my report runs I see Focus Report as the title. On view source I see the Focus Report inside the title tags and also my custom title down below in the source. Is there a way i can disable the gen of this default title.

Thks,

Vipul
May 12, 2004, 06:56 PM
susannah
are you MRE or self-serv or devstu?
May 12, 2004, 07:08 PM
<Vipul>
I am using self-serv

Vipul
May 12, 2004, 08:33 PM
Mikel
You must use ON TABLE PCHOLD FORMAT HTMTABLE instead HTMLTABLE format.

With HTMLTABLE, WebFOCUS returns the full html page including the head and title; HTMTABLE only generates the html TABLE element.



TABLE FILE CAR
PRINT COUNTRY
ON TABLE PCHOLD FORMAT HTMTABLE
END
-RUN
-HTMLFORM BEGIN


My title


!IBI.FIL.HOLD;


-HTMLFORM END

Regards,
Mikel

This message has been edited. Last edited by: <Mabel>,
May 12, 2004, 09:48 PM
<Vipul>
This is code but still the browser TITLE shows "Focus Report" and not "Previous Day Summary and Detail Report"



-HTMLFORM BEGIN


Previous Day Summary and Detail Report



!IBI.FIL.PYDYCBO0;
!IBI.FIL.PYDYCBO1;
!IBI.FIL.PYDYCBO2;
!IBI.FIL.PYDYCBO3;


-HTMLFORM END
Thks,

Vipul

This message has been edited. Last edited by: <Mabel>,