Forum Moderators: open

Message Too Old, No Replies

referencing

I use relative referencing but it does not seem to work in Netscape 4

         

harrya

3:59 pm on Mar 18, 2002 (gmt 0)



I am using relative referencing such as:

action='..\..\manpics2\ABHCGDFE\a.php'

but unfortunately in netscape 4 instead of backing up two folders it simply appends everything to th URL which amazingly works until the next page where the '..\..\etc is not there and it reverts back to the original folder.

I hope i explained this OK, all help greatfully recieved.

PS do not let the names fool you this is not an adult site development.

joshie76

4:09 pm on Mar 18, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi Harrya

I think you need to use / instead of \.

Josh

Purple Martin

12:08 am on Mar 21, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



joshie's right. \ is for local file paths while / is for URLs. I've got no idea why it was ever decided that they need to be different, I just know that they are.

harrya

12:15 am on Mar 21, 2002 (gmt 0)



Cheers
Everything is OK now. Much appreciate your advice.