Codin_away
07-26-2004, 05:00 PM
I can't think of where else to post this so I figured I'd start in the HTML forum. I'm having trouble with an HTA doc. I dumb down the page to where it's NOTHING but a HTA tags. It brings up the HTA window and that works OK. But what I've not got to work is the SINGLEINSTANCE=YES tag. Anyone run into this? It seems like there's no other configuration needed. The singleinstance tag is supposed to keep another hta file with the same title from loading a second instance. I just open up the same file twice in a row.
Any help would be great...
See my simple page:
<HTML>
<HEAD>
<TITLE>New Manufacturing Help Files</TITLE>
<HTA:APPLICATION ID="One"
SINGLEINSTANCE="no"
BORDERSTYLE="normal"
SHOWINTASKBAR="yes"
BORDER="thick"
SYSMENU="yes"
CAPTION="yes"
NAVIGABLE="yes"
WINDOWSTATE="normal"
ICON="">
</HEAD>
</html>
Any help would be great...
See my simple page:
<HTML>
<HEAD>
<TITLE>New Manufacturing Help Files</TITLE>
<HTA:APPLICATION ID="One"
SINGLEINSTANCE="no"
BORDERSTYLE="normal"
SHOWINTASKBAR="yes"
BORDER="thick"
SYSMENU="yes"
CAPTION="yes"
NAVIGABLE="yes"
WINDOWSTATE="normal"
ICON="">
</HEAD>
</html>