Click to See Complete Forum and Search --> : Is it Java I want??


SA Heat
10-30-2003, 09:45 PM
I have a question and I have been learning Excel VBA codes the past few weeks but excel is limited to what it can do, My question is I run a Fantasy Football site and I want users to be able to select their lineups from one list to another. I also want a 3rd list that are for users to selct from the 3rd list if they are signing Freeagents. So here we are with 3 lists on one page, 1st is empty for the time being. 2nd list has the users roster players in there (12 names), 3rd is a Freeagent list (about 300+ Names). Now when a user selects from the FA list is takes that name out of list 3 and puts it in list 2. Then the user can select from list 2 and put in list 1 to make his lineup for the week. So is it Java I am looking for?

Khalid Ali
10-30-2003, 09:53 PM
VBA is on system where as JavaScript will be on CLient side(java is cpletely different)
Yo can use JavaScript in the situation.However you will need means to get data from excel to javascript

SA Heat
10-30-2003, 10:03 PM
I won't be using Excel at all, I would make a list using some kind of java formula , I am just curious if it would work with java tho.