This is what I'm trying to do...
1) Button clicked on original page
2) Use ASP to checks status of requested document
3) If document is available
- Use ASP to update access log
- Display document status info in original window
AND
Begin download of requested document (.doc or .xls)
OR
If document is not available only display
document status info in original window
It's the AND part that's causing me the problem... Each action by itself if simple, but I'm having trouble coordinating both at the same time.
1) Button clicked on original page
2) Use ASP to checks status of requested document
3) If document is available
- Use ASP to update access log
- Display document status info in original window
AND
Begin download of requested document (.doc or .xls)
OR
If document is not available only display
document status info in original window
It's the AND part that's causing me the problem... Each action by itself if simple, but I'm having trouble coordinating both at the same time.