...Hmm :roll:James H wrote:glad you wrote song and not snog, J.Twonk
Countdown Clocks for Websites
-
- Banned
- Posts: 377
- Joined: Fri 24 Jun, 2005 19.30
-
- Banned
- Posts: 377
- Joined: Fri 24 Jun, 2005 19.30
Cheers, babyben but I cannot work HTMl hardly at all. Does anyone know how to actually explain to me what to do?
Thanks
Read the fucking instructions in the script. :roll:J.Christie wrote:Cheers, babyben but I cannot work HTMl hardly at all. Does anyone know how to actually explain to me what to do?
Thanks
And if you can't even do a bit of basic HTML editing/tweaking/copying/pasting, then what hope do you have of making a website?That webpage wrote:Configuring the script- Please follow the step-by-step documentation inside the script to configure it.

- Nick Harvey
- God
- Posts: 4161
- Joined: Fri 15 Aug, 2003 22.26
- Location: Deepest Wiltshire
- Contact:
Isn't there supposed to be one more word on the end of that instruction, if the original blooper tape is to be believed?Chris wrote:Read the fucking instructions in the script.
-
- Posts: 661
- Joined: Thu 11 Sep, 2003 20.03
- Location: West Midlands
I do hope he/she/it doesn't try to put it in using one of the WYSIWYG type programs because that'll guarantee it'll NEVER work again.Chris wrote:And if you can't even do a bit of basic HTML editing/tweaking/copying/pasting, then what hope do you have of making a website?
-
- Banned
- Posts: 377
- Joined: Fri 24 Jun, 2005 19.30
Just tried what it said to do and it wouldn't work. It just came up with the code itself. What am I doing wrong?babyben wrote:http://www.dynamicdrive.com/dynamicinde ... lcount.htm
-
- Posts: 661
- Joined: Thu 11 Sep, 2003 20.03
- Location: West Midlands
If it's displaying the javascript itself, that's usually because you're either using some obscure years out of date browser, something that doesn't like javascript full stop, Javascript is switched off in your browser or you've done something major wrong.J.Christie wrote:Just tried what it said to do and it wouldn't work. It just came up with the code itself. What am I doing wrong?babyben wrote:http://www.dynamicdrive.com/dynamicinde ... lcount.htm
Anyway, the script is missing comment brackets which usually means the browser is trying to interpret them as HTML and putting them out to the browser window.
Put them before and after the script tags as follows:
Code: Select all
<script language="JavaScript1.2">
<!--
/*
Dynamic countdown Script- © Dynamic Drive (www.dynamicdrive.com)
For full source code, 100's more DHTML scripts, and TOS,
visit http://www.dynamicdrive.com
*/
Replace this text with the rest of the javascript code down to but not including </script>
-->
</script>
<ilayer id="countdownnsmain" width=&{countdownwidth}; height=&{countdownheight}; bgColor=&{countdownbgcolor}; visibility=hide><layer id="countdownnssub" width=&{countdownwidth}; height=&{countdownheight}; left=0 top=0></layer></ilayer>
-
- Banned
- Posts: 377
- Joined: Fri 24 Jun, 2005 19.30
Cheers, Neil. I'll try it out later.
- tillyoshea
- Posts: 371
- Joined: Sun 23 Nov, 2003 14.34
- Location: Newcastle upon Tyne
- Contact:
Does that get an award for the most ambiguous statement written on here in a very long time? Though the meaning is clear from the context, it still amused me... Having said that, most things do...babyben wrote:No website is better than a badly designed one for a business.