mhamilton3
Programmer
- Oct 31, 2001
- 129
Hello all,
I have a dynamically generated page that has many anchor links on it. Right now I just have <a href='#myanchor1'>jump 1</a> to jump to a given link. I can not use a full link because the page does not exist until run time. This has worked on every browser I have ever used, but it does not seem to work on Safari. What happens is it goes to the default html file and displays that. As if it does not know what to do so it just jumps in the directory. Does this make any sense? If so, is there another way to do it? Thanks.
I have a dynamically generated page that has many anchor links on it. Right now I just have <a href='#myanchor1'>jump 1</a> to jump to a given link. I can not use a full link because the page does not exist until run time. This has worked on every browser I have ever used, but it does not seem to work on Safari. What happens is it goes to the default html file and displays that. As if it does not know what to do so it just jumps in the directory. Does this make any sense? If so, is there another way to do it? Thanks.