Help me test javascript dynamic list code

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
ianlandsman
Forum Newbie
Posts: 24
Joined: Thu Dec 30, 2004 9:50 pm
Location: New York

Help me test javascript dynamic list code

Post by ianlandsman »

Hi All,

I'm no javascript guru, but I came up with some code to help generate lists dynamically in javascript and then pass those back to PHP (or other server side lang). It seems to work on moz and ie6 fine but I'd like to have some other folks bang on it. If anyone has a few minutes and wants to play with it that would be great. You can find the blog post and the example linked off of it.

http://www.userscape.com/blog/2004/11/2 ... avascript/

My product isn't going to support old browsers like nn4 and so on so i'm mostly just looking for ie5.5, ie6, moz (recent). Though i'm happy to make it as compatible as possible.

The code and any improvements are released under CC so feel free to use it in your own projects.

Thanks!
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

Example link produces a 404 message, The requested URL /blog/code/dynamiclists.html was not found on this server.
ianlandsman
Forum Newbie
Posts: 24
Joined: Thu Dec 30, 2004 9:50 pm
Location: New York

Post by ianlandsman »

Heh, sorry about that. I just upgraded to wp 1.5 and forgot to move that folder. I've put it in the wp-content folder so I won't miss it again. Anyway it should work now.
Post Reply