NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: MikeR on April 09, 2017, 05:09:14 AM
-
can i get a netwebform to display in the browser without headers, footers and menu buttons ?
without an if check on each button entry ?
-
in procedure setup:
p_web.site.PageHeaderTag=''
p_web.site.PageFooterTag = ''
-
even better is to use the template settings on the Advanced tab to do the same thing.
Set both to
''
cheers
Bruce
-
Thanks that work with the header and footer.
How do I stop the menu from being displayed ?
-
even better is to use the template settings on the Advanced tab to do the same thing.
Set both to
not work for me, only via code work, NT 8.71
-
Hi Osa,
>> not work for me, only via code work, NT 8.71
If you can post an example that would be great, thanks.
But as far as I am aware the template option works fine.
update: - you could try setting it to something specific, not blank. for example;
'!'
Support for the legacy template may exclude the ability to just leave it blank.
Obviously if what you select does not exist (as a procedure) then it will be the same as blank.
Mike;
>> How do I stop the menu from being displayed ?
The menu is part of the header. so suppressing the header should suppress the menu.
If you are struggling please post an example...
cheers
Bruce