Hyperlinks

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brian Wilson

    Hyperlinks

    COuld someone help me with this code? I am trying to add a hyperlink to the
    pictures when the onclick from the navigation calls up each picture. If
    someone could let me know how to revise the code to have this effect I would
    greatly appreciate it.



    Thank you.


  • Juliette

    #2
    Re: Hyperlinks

    Brian Wilson wrote:[color=blue]
    >
    > COuld someone help me with this code? I am trying to add a hyperlink to the
    > pictures when the onclick from the navigation calls up each picture. If
    > someone could let me know how to revise the code to have this effect I would
    > greatly appreciate it.
    >
    > http://www.brianjenny.net/temporary/
    >
    > Thank you.[/color]

    Brian,

    I would suggest you put create an id-ed hyperlink around the original
    (blank) image and then dynamically change the href the link refers to.
    Alternatively, you could add an onclick event to the image with again a
    dynamically changing "open window" event.

    Gr, Juliette

    Comment

    • Thomas 'PointedEars' Lahn

      #3
      Re: Hyperlinks

      Brian Wilson wrote:
      [color=blue]
      > COuld someone help me with this code? I am trying to add a hyperlink to the
      > pictures when the onclick from the navigation calls up each picture. If
      > someone could let me know how to revise the code to have this effect I would
      > greatly appreciate it.
      >
      > http://www.brianjenny.net/temporary/[/color]

      Do that server-side (PHP and the like), what you are currently doing (having
      a navigation that does not work without support for client-side scripting)
      is considered harmful.

      BTW: Your navigation renders bad in Mozilla/5.0, the items are overlapping.


      PointedEars

      Comment

      Working...