We don't use windows, but I think you shouldn't have a // in front of the relative 
link. 

Is the CD tower on a different machine than the CFserver? CF mapping just makes a 
relative address into an absolute address on the same machine.

Another possbility for you is to place the correct intranet address in a variable, 
then add dvd-tower to the end of that:
<cfoutput>#intranetaddress#/dvd-tower</cfoutput>

hth,
Chris Norloff

---------- Original Message ----------------------------------
from: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
date: Tue, 5 Nov 2002 10:18:51 -0600

>I'm new at this, but here's a problem I don't understand.  
>
>I'm working on an intranet site.  We have a CD tower with some discs with training 
>programs on them. 
>
>In our old HTML based intranet, we could just drop a relative path into an HREF link 
>to call something on the tower (eg. //dvd-tower/). 
>
>However, that's not working with CF, which adds the fully qualified intranet (eg. 
>http://intranet/\\dvd-tower\somedirectory\somepage.html) to the request.  
>
>I've tried creating a CF mapping, but it doesn't have any effect on the results.  
>What am I doing wrong?    
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to