Help with html application code (hta page) 
Author Message
 Help with html application code (hta page)

Hi all,

Here I am again asking the gurus out there for their help. I have a test
hta page with the following code, but I can not seen to make the
"NAVIGABLE="yes" parameter to work. When I click on the link in this hta
page, it still opens another IE window. Am I missing something here? Please
any help will be greatly appreciated and thank you once again for anyone's
help!
<HTML>
<HEAD>
   <TITLE>DCI Server</TITLE>
   <HTA:APPLICATION ID="oHTA"
    APPLICATIONNAME="myApp"
    CAPTION="yes"
    MAXIMIZEBUTTON="no"
    BORDER="thin"
    NAVIGABLE="yes"
   >
</HEAD>
<BODY SCROLL="no" background="../PROG16/01.jpg">
<p><a href="WhatisNew.htm" target="_self">click here...</a></p>
</BODY>
</HTML>

Best regards,
Ronaldo De Assis
Manulife Financial



Mon, 18 Nov 2002 03:00:00 GMT  
 Help with html application code (hta page)
You do realize that this is new in the IE 5.5 beta, right???

--
Michael Harris
MVP Scripting



Hi all,

Here I am again asking the gurus out there for their help. I have a test
hta page with the following code, but I can not seen to make the
"NAVIGABLE="yes" parameter to work. When I click on the link in this hta
page, it still opens another IE window. Am I missing something here? Please
any help will be greatly appreciated and thank you once again for anyone's
help!
<HTML>
<HEAD>
   <TITLE>DCI Server</TITLE>
   <HTA:APPLICATION ID="oHTA"
    APPLICATIONNAME="myApp"
    CAPTION="yes"
    MAXIMIZEBUTTON="no"
    BORDER="thin"
    NAVIGABLE="yes"
   >
</HEAD>
<BODY SCROLL="no" background="../PROG16/01.jpg">
<p><a href="WhatisNew.htm" target="_self">click here...</a></p>
</BODY>
</HTML>

Best regards,
Ronaldo De Assis
Manulife Financial



Mon, 18 Nov 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. HTML Application (.HTA) with IE6 - Bug?!

2. Launching HTA (HTML Applications)

3. WSH scripts vs HTML Applications (.HTA files)

4. HTA??? HTML Application

5. HELP!: using Word.Application to copy content FROM WORD to HTML Web Page

6. Converting an ASP page to an HTA application.

7. Scripting HTA's HTA:APPLICATION Navigable property

8. Help with HTA (Hyper Text Application)

9. Context-sensitive HTML help with an HTA?

10. Starting an application with a script in an HTML Page

11. Dialog Box before running an application from HTML page with WSH

12. Run a PC application from within a HTML page

 

 
Powered by phpBB® Forum Software