Hello Sir,
Its working now.The issue is solved. Thanks for your time
and help. I worked on this issue for so long that now I've developed a
few more concepts around it.
All credits to you.
I really appreciate all your help sir. Thanks a lot. :)
Thanks and Regards
Supreet
On May 25, 8
Hi,
This line:
for (var key in _arrCountDownSeconds)
...is doing what I said in my original reply:
> * The count-down code is using `for..in` to loop through an array. If
> so, it's broken and needs to be fixed, more here:
> http://proto-scripty.wikidot.com/prototype:tip-looping-through-arra
Hello Sir,
Following is the location for the HTML code : http://pastie.org/976149
and Here is the Countdown.js file code : http://pastie.org/976164
I have deleted unnecessary functions from the js file.
However Google Chrome javascript debugger gave me the following error
description at
Hi,
The problem isn't in the code you quoted. If you can create a
minimalist, self-contained example[1] of the problem and post it to
pastie.org or jsbin.com or similar, we may be able to figure it out.
[1] http://proto-scripty.wikidot.com/self-contained-test-page
-- T.J.
On May 24, 5:58 pm, tS
Hello Sir,
Thanks for the reply. As you said I should provide you with
more details I debugged the scripts and following is what I have
found.
I have a DIV element
on window.onload event I am adding 2 attributes to this DIV
Following is the code:
var objContainer = document.getElementBy
Hi,
> The issue is as soon as I add a