- Posts: 49
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
I think there are a lack of explanation here ...danika wrote: To answer your question about what is a browser tab, there is a good technical description of tabs, their history and development found here .
<script type="text/javascript" charset="utf-8"> var newtitle = " Survey about CO2 "; function ChangeTitle() { document.title = newtitle; } ChangeTitle(); </script>
<title>{strip_tags(SURVEYNAME GROUPNAME)}</title>
Thanks for the feedback but for people using a version ≥1.92 and just wanting to remove html tags and not to change the page title, Deni's solution is better.danika wrote: Ben_V's suggestion worked like a charm.
The problem is not exactly to "remind" but rather to know/discover all the fantastics EM functions available. It's easiest for someone with strong and extensive prior PHP knowledge; For other mortals, like me, it needs more time!DenisChenu wrote: ...you never remind to use EM before JS.