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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTML application

Status
Not open for further replies.

almoes

Programmer
Jan 8, 2003
291
US
When using an HTML application from a web page, a dialog box appears first asking to launch or to open. Does anybody know if its possible to avoid this dialog box? Thanxs.

cheers,
alej
 
Hi,

Do you have a URL you can post that illustrates your situation, and/or any code from the page in question?

Thanks

RR [yinyang][pc3]
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top