search for: newsstoriesform

Displaying 1 result from an estimated 1 matches for "newsstoriesform".

2006 Mar 21
16
Javascript Code inside an Ajax response
...ldn''t make it work. The error said that my function isn''t declared. I look at the Sergio Pereira tutorial about use the var xxx = function() but still doesn''t work. Someone could help me? In the response this is the code: for (var i = 0; i < 632; i++) { if (document.newsStoriesForm[''storyIDs'' + i]) { t.newsFeeds[0]["storyIDs"][i] = document.newsStoriesForm[''storyIDs'' + i].value; t.newsFeeds[0]["stories"][i] = document.newsStoriesForm[''stories'' +i].value; } } t.av(''0'', ''632'...