Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: HTML LINK ERROR


Message #1 by "Monty" <montylove@h...> on Thu, 12 Dec 2002 10:58:10 +0530
Hi



can u tell me how ....... to move from CHILD TO PARENT FOLDER.

<a href = "..\index.asp">Click here to goto home page </a>

this is fine with I E but in netscape its an error .. that page not found //

 should i always give the absolute path i.e . .
http://localhost/misc/index.asp or is there any simple way to switch from
child folder to parent or root folder in html

Please help
monty




Message #2 by "Peter Foti (PeterF)" <PeterF@S...> on Fri, 13 Dec 2002 13:24:01 -0500
Try changing your "\" to a "/".  For example:

<a href="../index.asp">Click here to goto home page </a>



-----Original Message-----
From: Monty [mailto:montylove@h...]
Sent: Thursday, December 12, 2002 12:28 AM
To: ASP Databases
Subject: [asp_databases] HTML LINK ERROR


Hi



can u tell me how ....... to move from CHILD TO PARENT FOLDER.

<a href = "..\index.asp">Click here to goto home page </a>

this is fine with I E but in netscape its an error .. that page 
not found //

 should i always give the absolute path i.e . .
http://localhost/misc/index.asp or is there any simple way to 
switch from
child folder to parent or root folder in html

Please help
monty






  Return to Index