Hello to all: I get the basics and I have already read the HTA primer here: http://msdn.microsoft.com/library/default.asp?url=/workshop/author/hta/overview/htaoverview.asp I am trying to have all the sub pages for the application load directly in the main HTA window. I understand the property in the HTA tag for this is NAVIGABLE=sNavigable and the script coding is [sNavigable=yes] my_app.navigable(v) But just where do I put that script coding, and do I rename all my sub pages with the HTA extension? Or do they remain htm? I am trying to avoid the "Do you want to open or save" dialog box, as I want all the pages to be seamlessly integrated. Many thanks in advance, Ellen