soulfly
12-17-2005, 09:05 PM
Good night, folks !
I've got a problem with javascript... example
userfriends = mediumtext split by commas
$user .= "<option value=\"$users[userid]\">$users[username]</option>";
$thefriends = "<select name=\"userid\" tabindex=\"1\" class=\"bginput\" value=\"$users[userid]\">$user</select>\n";
so want i want?
i want another dropdown, that list the friends, of the user, which were added by himself, but without refreshing the browser, is something like that able to do?
thank you for helping,
soulfly :)
I've got a problem with javascript... example
userfriends = mediumtext split by commas
$user .= "<option value=\"$users[userid]\">$users[username]</option>";
$thefriends = "<select name=\"userid\" tabindex=\"1\" class=\"bginput\" value=\"$users[userid]\">$user</select>\n";
so want i want?
i want another dropdown, that list the friends, of the user, which were added by himself, but without refreshing the browser, is something like that able to do?
thank you for helping,
soulfly :)