Ajax question

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
ofermisk
Forum Newbie
Posts: 5
Joined: Sun Nov 26, 2006 6:07 am

Ajax question

Post by ofermisk »

Hi again,
Im trying to create a banner rotation for my users, but there is a problem:
I'm working with ajax, while the js method gets the Div name and the timeout, so far so good, it works, but
when i try to put on the same page 2 calls for the js method (with 2 deferene div names) it allways coming back with the last div name it gets.
What it meens is , that i can do the rotation on 1 div name per page.
sounds familier?

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

Post by CoderGoblin »

Can you show us the javascript code...
Post Reply