English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How Do you Link to a File Directory Before The One your in While not using the http://www.Somedomain.biz/somepicture.jpg ? But the /FileDirectory/Somefile.iso?

2006-12-26 17:56:03 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

Add a button to your web page that will take the viewer back to the previous page. This code can be adjusted to go back more than one page, just change the (-1) to the number of pages you would like to go back to. To use this code to make a "forward" button remove the minus sign and just use a number value (1). To use this button as a "reload" button, just change the (-1) to the number (0).
Go Back Button:





Go Back Text Link:

Go Back

2006-12-26 21:49:49 · answer #1 · answered by Anonymous · 0 0

Use ".." (two dots) to go back a directory. Say you are in www.example.com/files/ and you want to link to www.example.com/pictures/image.jpg, the href will be "../pictures/image.jpg".

2006-12-27 02:07:56 · answer #2 · answered by Bryan A 5 · 1 0

fedest.com, questions and answers