Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

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:52

Anonymous access and fileshare links


Poster: danny00lee
Dated: Tuesday March 1 2005 - 14:35:55 GMT

First question: I trying to create an anonymous access hyperlink but each time I test it it fails. For instance, the below code just represents the code I am trying to use:
"aI("text=Test;url=http://guest:%0D __at__ 192.168.0.1/;");

The "%0D" represents a carriage return and this part is where it does not work. The unusual part is that if I copy this link into a Word/Excel or a plain frontpage webpage it works, but if I try to use it in sharepoint it gives me a problem. Any thoughts.....

Second question: How do I create a link to a file server? I know I can't use url and using file does not work. For instance,

aI("text=Test;file="what goes after here?";");

Thanks for any assistance.


Poster: fredlongworthhighschool
Dated: Tuesday March 1 2005 - 15:32:54 GMT

Have you tried substituting the <b>'%'</b> symbol for a <b>'&'</b> ?


Poster: danny00lee
Dated: Tuesday March 1 2005 - 16:37:18 GMT

I have tried that and the results are the same it cannot reach the site. What is should do is give a username and password prompt. Guest is placed in the username area and all the user have to do is hit enter to access the site. Everything I have read on javascript indicated that it should work. But I must be missing something.