I am trying to code a page for an internal website that will generate a list of files and display them on an ASP page. I have this portion of the code working.
I am trying to load an HTA page to run an executable with a parameter of whichever file a user clicks on from the ASP page. I am passing the variable (I think!!!) to the HTA page via: <A HREF=http://server/main.hta?file=filename.ext></A>
.
My HTA page attempts to run the executable with a parameter of "file", but I can't get this part to work.
Is there a better way to do this? I am new to scripting, so please excuse my ignorance!
And thanks in advance!!