Forum: JavaScript programming
01-07-2013, 04:37 AM
|
|
Replies: 3
Views: 244
Thanks for the assistance, the errors pointed...
Thanks for the assistance, the errors pointed out, plus a missing } has definately helped, so now the trouble looks to be down to a one line consideration, though I recall having trouble with it...
|
Forum: JavaScript programming
01-07-2013, 02:08 AM
|
|
Replies: 3
Views: 244
Timer fading problem
Trying to put together a simple javascript code to make a series of text snips fade into and out of visibility in random intervals. It isn't working now, but it's not producing any specific erors to...
|
Forum: JavaScript programming
01-26-2012, 04:37 PM
|
|
Replies: 2
Views: 351
"hidden", it's part of a page setup code:
...
"hidden", it's part of a page setup code:
for (Count=0; Count < AdTotal ; Count ++){
Class=AdSize[Count];
AdPicH[Count] = (PaperW*AdHeight[Count]*ClassProp[Class]);
AdPicW[Count] =...
|
Forum: JavaScript programming
01-26-2012, 03:57 PM
|
|
Replies: 2
Views: 351
Array based css replace script failing
I've been running into some trouble with a script that just isn't working, and since I'm not encountering any error messages and a similar script on the same page is working just fine, I'm really...
|