- Dec 10, 2000
- 12,632
- 0
- 0
I can't seem to fiqure out how to use a wildcard to open a networked document from a hyperlink. The file name changes monthly, so I want to be able to open it using the part of the file name that never changes.
This is a sample of what works:
<a href="W|\test\spreadsheet\SeptemberSummary.xls">Current Month Summary</a>
I want to use something like this: (don't work)
<a href="W|\test\spreadsheet\(*)Summary.xls">Current Month Summary</a>
Maybe its not possible, but it seems like it should be simple... Its a network drive and its accessed from a HTMLhelp file and I'd prefer to not rebuild the page each month, or open the folder to access it. Thanks for any insight
This is a sample of what works:
<a href="W|\test\spreadsheet\SeptemberSummary.xls">Current Month Summary</a>
I want to use something like this: (don't work)
<a href="W|\test\spreadsheet\(*)Summary.xls">Current Month Summary</a>
Maybe its not possible, but it seems like it should be simple... Its a network drive and its accessed from a HTMLhelp file and I'd prefer to not rebuild the page each month, or open the folder to access it. Thanks for any insight