Login | |
|
 |
RE: HTA + Array + reuse Array - 5/15/2007 8:23:19 AM
|
|
 |
|
| |
dm_4ever
Posts: 2726
Score: 46
Joined: 6/29/2006
From: Orange County, California
Status: offline
|
Line 223 on my end isn't anything relating to TeamSelect. You function ListofPlayers lists the players in the TeamSelect drop down correct? Are you trying to get those same names to apear it the other drop down lists?
_____________________________
dm_4ever My philosophy: K.I.S.S - Keep It Simple Stupid Read Me: http://www.visualbasicscript.com/m_24727/tm.htm Frequently Asked Stuff: http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: HTA + Array + reuse Array - 5/15/2007 8:34:46 AM
|
|
 |
|
| |
mcds99
Posts: 441
Score: 4
Joined: 2/28/2006
Status: offline
|
The Function Team is triggered by OnChange=Team" the file list of file names generated by Function Window_onload Function Team does a Call to ListofPlayers and populates the HTML Select name="TeamArray" If I use name="TeamArray" more then once it give the error...Object doesn't support this property or method: 'TeamArray.Add' It's like it's trying to add to use TeamArray.Add as the name of the array.
_____________________________
Sam Keep it Simple Make it Fun KiSMiF
|
|
| |
|
|
|
 |
RE: HTA + Array + reuse Array - 5/16/2007 3:39:32 AM
|
|
 |
|
| |
mcds99
Posts: 441
Score: 4
Joined: 2/28/2006
Status: offline
|
Now each Select object has a unique name. Is it possible to load the array in to each unique name?
_____________________________
Sam Keep it Simple Make it Fun KiSMiF
|
|
| |
|
|
|
|