CURRENT PAGE and HTA application

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
mtd_conseil
Advanced
Advanced
Posts: 27
Joined: Fri Jul 26, 2002 6:41 pm
Location: Quebec, Canada
Contact:

CURRENT PAGE and HTA application

Post by mtd_conseil »

Hi,

I'm workign on a IE specific intranet. I set many colors and one specific for the current page.

When I browse the site it's working.

But as soon as I go in HTA mode, everything works except the Current Page color.

http://msdn.microsoft.com/library/defau ... erview.asp
This is a link about HTA applicaiton. Do you have an idea of the problem?

Thank you.
Last edited by mtd_conseil on Tue Jun 14, 2005 5:50 pm, edited 1 time in total.
Mike
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

I really don't know about hta. I did read the linked info but not really knowing how to do it etc., my question would be: if you are clicking a menu, and for example, you click the link for Home with a url of xxx, when xxx loads the current page highlights, so with the hta do you actually get xxx just as you would if you were not using the hta? Sorry, I couldn't be more help on that, but maybe the question will point you in a direction.

Ruth
User avatar
mtd_conseil
Advanced
Advanced
Posts: 27
Joined: Fri Jul 26, 2002 6:41 pm
Location: Quebec, Canada
Contact:

Post by mtd_conseil »

Actually, HTA is a HTML working in Applicaitoin mode. this unlock all web browser security to working on disk drive and registry table. Activate external softwares etc... This works only with IE under windows.

The URLS are all okay. If I do a

Code: Select all

alert(top.location);
I get the right page and exact information on both way to show the pages.
for example:
But in the HTA mode, I don't have the addressbar. Nonetheless the page has an address. I'm wondering what is in use to match with the page URL and the Menu item URL.
Mike
Post Reply