Setting Browser Titles for the WCM Content

There is simple way we can set the browser title for the Lotus Web Content Management Content, Add one of the following statements to all of your presentation templates


<script>
document.title='<Placeholder tag="name"/>';
</script>
or
<script>
document.title='<IDCmpnt context="current" type="content" field="name"/>';
</script>

No comments:

Post a Comment