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