Intranet Software, Extranet Software, Corporate Intranets & Extranets
Translations of this page:

Good Morning Greet

Cut and paste code below into index.html or intranethome.html

 
<script type="text/javascript">
<!--
function greet() {
  var houris = (new Date()).getHours();
  document.write( ( houris>18 ? document.lc['main.intranethome.good_evening'] : ( houris>12 ? document.lc['main.intranethome.good_afternoon'] : document.lc['main.intranethome.good_morning'] ) ) );
}
-->
</script>
 
	<div id="WelcomeBanner">
			<h2><script type="text/javascript">greet();</script>
				<txt name="first_name">Firstname</txt>
                                <txt name="second_name">Surname</txt>-->
			</h2>
	</div>
 
help/publish/javascript/good_morning.txt · Last modified: 07/06/2011 04:49 by admin
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki