seageath
11-18-2005, 10:08 AM
Dear member ..
I have made some HTML code using Javascript for custom header and footer for template page. The coding consist of header definition and also script that executed to run a clock program (load on first time page called).
Maybe for more clear view I will attach the code instead,
<HTML>
<HEAD>
<TITLE>PageTitle</TITLE>
<SCRIPT language="JavaScript" src="scripts/Script_General.js"></SCRIPT>
<SCRIPT language="JavaScript" src="scripts/Script_Header.js"></SCRIPT>
<SCRIPT language="JavaScript" src="scripts/Clock.js"></SCRIPT>
<LINK href="CSS/STYLE.CSS" type="text/css" rel="stylesheet">
<BODY onLoad=goforit()>
<!--UPPER HEADER--><span id="headertext"></span><!--UPPER HEADER-->
Everytime I load this page (1st time from my flashdisk/web dir/web server) always come up with those warning. Is there something wrong with the coding or maybe the placement of the script?
I know this is maybe look easy, but it give me a headeache :mad: :D
Ok thanks for the attentions and hope getting new bright shiny enlightment from all of you ;) .
Cheers.
[seageath] / [sigit.aji]
Indonesia
I have made some HTML code using Javascript for custom header and footer for template page. The coding consist of header definition and also script that executed to run a clock program (load on first time page called).
Maybe for more clear view I will attach the code instead,
<HTML>
<HEAD>
<TITLE>PageTitle</TITLE>
<SCRIPT language="JavaScript" src="scripts/Script_General.js"></SCRIPT>
<SCRIPT language="JavaScript" src="scripts/Script_Header.js"></SCRIPT>
<SCRIPT language="JavaScript" src="scripts/Clock.js"></SCRIPT>
<LINK href="CSS/STYLE.CSS" type="text/css" rel="stylesheet">
<BODY onLoad=goforit()>
<!--UPPER HEADER--><span id="headertext"></span><!--UPPER HEADER-->
Everytime I load this page (1st time from my flashdisk/web dir/web server) always come up with those warning. Is there something wrong with the coding or maybe the placement of the script?
I know this is maybe look easy, but it give me a headeache :mad: :D
Ok thanks for the attentions and hope getting new bright shiny enlightment from all of you ;) .
Cheers.
[seageath] / [sigit.aji]
Indonesia