Antaios
Newbie
Posts: 1
Registered: 12/22/2007
Member Is Offline
|
| posted on 12/22/2007 at 07:07 AM |
|
|
mec:
I have a project where I am compiling a large number of html files (with javascript) into a standalone .exe file. We are using the tigra tree menu
for navigation, and we really like it. The problem we are having is that although the menu tree works fine from within the compiled .exe on our
computers, some of our testers are having an issue where any link they click on the menu will result in an IE window opening (which should not be
happening) and trying to access a drive called "mec:" (mec://foldername/filename), which returns a page not found. I wonder if you can shed any
light on this.
I have sent our testers the uncompiled source files to see whether the problem still occurs or is just an issue with the compiled .exe file. I just
thought I'd see if this is something you might know about off the top of your head.
Thanks
|
|
|
tigra
Administrator
Posts: 1976
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 1/7/2008 at 02:08 AM |
|
|
Just search the files for that mec: string to see where it comes from. There's nothing like that in the original tree.
|
|
|