Forum Moderators: open
I guess my first post around here might as well be one heck of a head scratcher (it's had me stumped for a month now). so here goes...
I'm trying to cook up a javascript/activeX solution for building a dynamic array from a specific folder on the client side machine. then turning that array into a list of links. then (to a much simpler point) have those links targeted at an iframe within the window for display.
targeting the iframe is a no brainer, and i've got that well covered but turning the folder contents into links is the part that's driving me up a wall!
PHP, ASP, and anything else like that is a strict NO-GO since this page is only for viewing on a VERY simple intranet site, so html/javascript is the only option.
to give a little more insight:
all systems viewing page are XP pro & IE 7
files to be indexed are in a static folder on a shared drive accessable to all clients from the network
but drive/location is not directly visible to the server, so it needs to use client-side processing to access it.
all my attempts have gotten me nowhere so anybody with fresh ideas for script is welcome. maybe it will jog my brain and get me out of this slump :)