David Emerson
newsgrps at dalyn.co.nz
Thu May 18 14:15:14 CDT 2006
Thanks. Too long away from DOS made me rusty. As usual, once you know what to look for you can find it in help :-( The .. worked so the active parent paths may already be set. David At 18/05/2006, you wrote: >Is'nt it necesary to activate parent paths for this? >Which is by default off in IIS. > >Erwin > >-----Original Message----- >From: accessd-bounces at databaseadvisors.com >[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Stuart >McLachlan >Sent: Thursday, May 18, 2006 4:57 AM >To: Access Developers discussion and problem solving >Subject: Re: [AccessD] OT - Relative URL > > > >On 18 May 2006 at 13:35, David Emerson wrote: > > > I am using Visual Studio 2005 Express to create a web site. It is a > > subset of a larger website and sits in a subfolder to the main web > > site. > > > > I have the default.aspx in a directory called /root1/Subroot1. This > > is where my web site begins. I would like to link to an image in > > /root1/Subroot2. > > > > What is the syntax for a relative URL to move from Subroot1 down to > > root1 and then up to Subroot2? > > > >Just use the standard ".." for parent: > >..\Subroot2 > > >-- >AccessD mailing list >AccessD at databaseadvisors.com >http://databaseadvisors.com/mailman/listinfo/accessd >Website: http://www.databaseadvisors.com >-- >AccessD mailing list >AccessD at databaseadvisors.com >http://databaseadvisors.com/mailman/listinfo/accessd >Website: http://www.databaseadvisors.com