Login | |
|
 |
RE: Extreme Newbie has question... - 3/19/2008 6:51:30 AM
|
|
 |
|
| |
TNO
Posts: 1247
Score: 10
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
Not unless you use you're own images and add them. The only built in way to do this with vbscript/COM is by using an .htt file, and this hasn't been used much since windows 2000. On a good note, IE8 will support data URI's so you wont have to have external files, and can include the pictures right into the code.
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
| |
|
|
|
 |
RE: Extreme Newbie has question... - 3/19/2008 7:05:24 AM
|
|
 |
|
| |
TNO
Posts: 1247
Score: 10
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
It may sound like an obvious question, but just in case, what does the list box look like? Like this? <select multiple="multiple" size="3"> <option value="Foo">Bar</option> </select>
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
| |
|
|
|
 |
RE: Extreme Newbie has question... - 3/19/2008 7:40:09 AM
|
|
 |
|
| |
TNO
Posts: 1247
Score: 10
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
Scripting guy aint too smart in regards to DOM manipulation. If you have a large list of files, plan to be waiting a long time for it to load. Go ahead and build something that does basically what you are wanting and post it, I and others could probably throw in some pointers and speed it up a bit. Worry about the pictures after you get a list working (functionality before aesthetics).
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
| |
|
|
|
|
|