navigation problem

Discussion in 'HTML & Website Design' started by trtrtrtr, Oct 3, 2008.

  1. #1
    Hello every one;

    I have a navigation link on my page when clicked it will call some functions and reload the page ,the first time when clicked it will run ok ,
    http://myweb/linkAddress
    but next time it will append the address it represents to the url address
    http://myweb/linkAddress/linkAddress
    ,I want to add its address only to my site url like /myweb/

    any help , without javascript please
     
    trtrtrtr, Oct 3, 2008 IP
  2. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #2
    Alright, no javascript, word.
    Adjust your anchor links to something like
    <a href="[B][COLOR="DarkRed"]/[/COLOR][/B]link.php">Link Title</a>
    Code (markup):
     
    Clive, Oct 3, 2008 IP
  3. trtrtrtr

    trtrtrtr Greenhorn

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    I dont believe it is too easy like this ...

    thank you ......:)
     
    trtrtrtr, Oct 3, 2008 IP
  4. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #4
    See, no javascript required ;)
    Glad I could help.
     
    Clive, Oct 3, 2008 IP