Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:41
CURRENT PAGE and HTA application
Poster: mtd_conseil
Dated: Tuesday June 14 2005 - 16:40:44 BST
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/default.asp?url=/workshop/author/hta/overview/htaoverview.asp
This is a link about HTA applicaiton. Do you have an idea of the problem?
Thank you.
Poster: Ruth
Dated: Tuesday June 14 2005 - 17:26:44 BST
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
Poster: mtd_conseil
Dated: Tuesday June 14 2005 - 17:55:40 BST
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:
alert(top.location);
I get the right page and exact information on both way to show the pages.
for example:
Quote:
http://intranet/index.php?p=test
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.