Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Safari and anchor links

Status
Not open for further replies.

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.
 

Some questions:

- How are you building the page dynamically?

- Is the code being run from a web server or locally?

- Can you post the code? It might help solve this issue.

Dan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top