<html>
<head>
<script type="text/javascript" src="/Timer.js" />
</head>
<body>
<div id='timer' />
<script type="text/javascript">window.onload = CreateTimer("timer", 30);</script>
</body>
</html>
Do you place the above portion "
<html>
<head>
<script type="text/javascript" src="/Timer.js" />
</head>
At the very top and then place this portion "
<body>
<div id='timer' />
<script type="text/javascript">window.onload = CreateTimer("timer", 30);</script>
</body>
</html>
At the very bottom?I am needing a fast answerr as I am working on a project.
Edited by Roger, 15 November 2011 - 08:09 AM.
moved to new thread


Sign In
Create Account

Back to top









