LeeGee
02-20-2003, 01:37 PM
Bone Headed on Links
I am learning HTML and JavaScript and have been able to accomplish quite a bit.
I have been able create menus that link to sites on the web with no problems.
Here is where I am getting confused …I have 6 folders on my “C” drive setup as
follows: folder 1 named “www01”
folder 2 named graphics01 is inside folder 1
folder 3 named “apps01”
folder 4 named graphics01 is inside folder 3
folder 5 named “apps02”
folder 6 named graphics01 is inside folder 5
folders 1,3, and 5 are each at the same directory level.
I have htm’s in folders 1, 3, and 5, and gif’s in folders 2, 4, and 6.
I want to select an htm in folder 1 and use a graphic folder 2.
I want to select a link from the htm in folder 1 that activates an htn in
Folder 3 (this htm requires a graphic in folder 4).
I then want to select a link from the htm in folder 3 that activates an htn in
Folder 5 (this htm requires a graphic in folder 6).
Finally here is the question … what should the href(s) statements look like.
I do not what to reference drive C if I do not have to since everything
resides on the same drive.
Thanking you in advance
LeeGee
I am learning HTML and JavaScript and have been able to accomplish quite a bit.
I have been able create menus that link to sites on the web with no problems.
Here is where I am getting confused …I have 6 folders on my “C” drive setup as
follows: folder 1 named “www01”
folder 2 named graphics01 is inside folder 1
folder 3 named “apps01”
folder 4 named graphics01 is inside folder 3
folder 5 named “apps02”
folder 6 named graphics01 is inside folder 5
folders 1,3, and 5 are each at the same directory level.
I have htm’s in folders 1, 3, and 5, and gif’s in folders 2, 4, and 6.
I want to select an htm in folder 1 and use a graphic folder 2.
I want to select a link from the htm in folder 1 that activates an htn in
Folder 3 (this htm requires a graphic in folder 4).
I then want to select a link from the htm in folder 3 that activates an htn in
Folder 5 (this htm requires a graphic in folder 6).
Finally here is the question … what should the href(s) statements look like.
I do not what to reference drive C if I do not have to since everything
resides on the same drive.
Thanking you in advance
LeeGee