New Tips Added Weekly! Click here to get on our Mailing List
Access Excel Word Windows FrontPage Hardware Misc VB VBScript VB.NET ASP HTA
Jump between two or more HTAs in the same window?
Add the following Application Attribute of "Navigable"
<HTA:APPLICATION NAVIGABLE = "yes" />
Then you just need to add a standard "a" link and set the "target" to "_self" (target="_self").
target="_self"
<a href="page2.hta" target="_self">Go Page 2</a>
<a href="page1.hta" target="_self">Go Page 1</a>
By: Alex Hedley
Click here to sign up for more FREE tips