Ok, I know I asked this before. I just know I did, but I cannot find that thread.
So here is what I want.
iDirectory - Home
Changed to
iDirectory - Support
All I want to do is just change - Home to - Support
Thanks.
Where abouts do you want it changing (that might help)
The title bar on the browser.from '- Home' to '- support'
![]()
Code:
- <script type="text/javascript">
- <!--
- document.title = document.title.replace(" - Home"," - Support");
- //-->
- </script>
Thanks Marc.![]()
Thanks Marc.![]()
No problem.![]()