The scenario is that from an asp file I provide to the user with a link to myFile.hta, which has this structure:
<html>
<head>
<HTA:APPLICATION ID="RSPapp"
APPLICATIONNAME="myApp"
BORDER="thin"
BORDERSTYLE="normal"
CAPTION="yes"
MAXIMIZEBUTTON="yes"
MINIMIZEBUTTON="yes"
NAVIGABLE="yes"
SHOWINTASKBAR="yes"
SINGLEINSTANCE="no"
SYSMENU="yes"
VERSION="1.0"
WINDOWSTATE="maximize"/>
</head>
<body>
...
</body>
</html>
I get a donwload file dialog box (which is normal if you link to an hta from a web page), but the checkbox to mark so that the dialog box doesn't appear is deactivated. Is it possible to activated so that the user can chose whether to he/she wants that the dialog box appears? thanxs!
cheers,
alej