Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Downloads

Status
Not open for further replies.

scohan

Programmer
Dec 29, 2000
283
US
I'm working with someone else's HTML/ASP code that downloads some Active X controls when initially accesing the portal. Before the download occurs, the Security Warning dialog box appears asking the user if they want to install the download. Is there any way within the code to determine if the user says 'No' to the download? We'd like to set a flag in the DB for users that have not accepted a download. Thanks.
 
What is the control? You can always have a script in the page that searches the hdd for the specific file and if it doesn't find it, returns your flag.

Or you can get really tricky and play with header information. "It's easier to ask forgiveness than it is to get permission." - Rear Admiral Dr. Grace Hopper
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top