Anonymous access and fileshare links

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
danny00lee
Beginner
Beginner
Posts: 2
Joined: Tue Mar 01, 2005 3:17 pm

Anonymous access and fileshare links

Post by danny00lee »

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@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.
User avatar
fredlongworthhighschool
Mega Advanced
Mega Advanced
Posts: 362
Joined: Fri Jun 27, 2003 11:34 am
Location: Manchester, England.
Contact:

Post by fredlongworthhighschool »

Have you tried substituting the <b>'%'</b> symbol for a <b>'&'</b> ?
Andy Davis
Web Designer & Smartboard Manager

Fred Longworth High School, Manchester, England.
danny00lee
Beginner
Beginner
Posts: 2
Joined: Tue Mar 01, 2005 3:17 pm

Post by danny00lee »

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.
Post Reply