admin
-
4/19/2006 11:56:12 AM
Re: Page Menu Items using file:// protocol, Site View issuse - C# 1.8c
Hello,
unfortunately, this type of addresses is not supported in this way.
You can, however, define the menu item as "JavaScript" command and use a command like this:
document.location.href = 'file://X:\\TEMPLATE\\app-form.oft';
Best Regards,
|