NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: webwilcox on July 18, 2014, 09:07:07 AM

Title: Suppress default header on Browse
Post by: webwilcox on July 18, 2014, 09:07:07 AM
What is the easiest way to suppress the default page header on a webbrowse ?

I only want the page to show the browse data.  No header or footer.
Title: Re: Suppress default header on Browse
Post by: Bruce on July 20, 2014, 11:07:36 PM
on the "Advanced" tab of the browse settings is a place where you can override the header and footer procedures for that browse.
Set them to
''
To make them blank.

cheers
Bruce
Title: Re: Suppress default header on Browse
Post by: webwilcox on July 22, 2014, 09:56:22 AM
I already tried that but the header is not going away.  I've cleared browser cache, etc....

Screen prints attached of clarion config screens.

I'm on Clarion 9 and Nettalk 7.39.

[attachment deleted by admin]
Title: Re: Suppress default header on Browse
Post by: Bruce on July 22, 2014, 11:30:53 PM
it seems a blank tag is no longer quite enough. I'll check into that, but in the meantime use
'<!-- Net:nothing -->'
as the Header tag.