Topic: HELP! Linking problems in Netscape (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=9517" title="Pages that link to Topic: HELP! Linking problems in Netscape (Page 1 of 1)" rel="nofollow" >Topic: HELP! Linking problems in Netscape <span class="small">(Page 1 of 1)</span>\

 
Kartis Shone
Nervous Wreck (II) Inmate

From: Malmö, Sweden
Insane since: Mar 2002

posted posted 09-08-2002 20:23

I have run into a problem that I never noticed before. I have linked to a name attribute within the same page, and also to another page but to a specific place at that page. Everything works fine for me when using Explorer 6.0.
My customer just emailed me and told me the links don't work at all as they should. He is using a very old version of Netscape, so I told him this must be another result of not being upgraded yet. (There are many things that don't turn out the way they should in his stone-age computer/browser.) However I haven't heard that the name attribute in links is so new that it doesn't work in 5-7 year old browsers. I used that same code six years ago and it worked fine.

Now, I checked the links in my page in Netscape 6.2.1 and I had a similar problem as he had. The links within a page and to another page/to a specific place didn't work! But when checking pages (in the same site) I made a few weeks ago it worked. "Now this must be something wrong in the code" you think. I checked the codes and they are exactly the same on both pages. One works, one doesn't. I checked and double-checked. And again to see where I wrote anything wrong. All links are right spelled.

Example: <a href="#kamork">Kammarorkester</a> goes to: <a name="#kamork">Image</a>
And: <a href="kompfull.html#kamkons25">Verkinfo</a> goes to: kompfull.html/ <a name="#kamkons25">Image</a>

These codes seems right to me and works in Explorer but not in Netscape. Did I do anything wrong?

Another example: <a href="#toppen">Till sidans topp</a> goes to: <a name="#toppen"><h1>Kompositioner</h1></a>
This code works on both pages.

Has any of you noticed a similar problem?
Is there a limit of how many links in a page Netscape can take before freaking out? There are tons of links in the document.
Is there a limit of characters that can be in a name attribute in a link? I try to limit it to 8 chars, but some of them are up to 10 chars.
Does anyone have an explanation why it works wonderfully fine in Explorer and not in Netscape?
Or does Netscape have a problem with such codes when they are in table cells?

I would be most happy to receive answer from anyone who can see what is wrong about this. Thank you!

The page I am talking about is not official yet, but out on the net for my costumer to see. It is in Swedish. If you want to check it out the address is: http://www.rolfmartinsson.com/rolfmart2/index.html
The two pages I am talking about is: Kompositioner (not working links in NS) and Recensioner (working links in NS).

Kasta sten i glashus? Jag?

synax
Maniac (V) Inmate

From: Cell 666
Insane since: Mar 2002

posted posted 09-08-2002 20:28

Your linking is wrong.

It should be <a href="#kamork">Kammarorkester</a> goes to: <a name="kamork">Image</a>

Don't use a hash/pound sign (#) when specifying the anchor name. <a name="name"></a> will be called by <a href="#name"></a>





[This message has been edited by synax (edited 09-08-2002).]

Kartis Shone
Nervous Wreck (II) Inmate

From: Malmö, Sweden
Insane since: Mar 2002

posted posted 09-08-2002 20:37

Thanks synax.
I have been thinking about that too, of course. But the problem is that it works on some pages with the # and other pages not. Also if you have a space between words like <a name="I suck"> then you have to use the squiggly sign # to make it work, like <a name="#I suck">. With only one word and lower characters you don't need it, that's right. This is of course from what I have learned, I can be wrong...

However, I will try if Netscape likes that better.

Kasta sten i glashus? Jag?

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 09-08-2002 20:39

I think having a space in hyperlink names is illegal.

Kartis Shone
Nervous Wreck (II) Inmate

From: Malmö, Sweden
Insane since: Mar 2002

posted posted 09-08-2002 21:01

Yes... I can be wrong. You're probably right, Slime.

I changed all the <a name="#things"> to <a name="things"> and uploaded it. It works better in Netscape, at least when the link is within the same page. When linking to a name attribute on another page I have to reload the page to make it jump to the right place. Annoying.

Thanks for your help. I will remember this one now!

Kasta sten i glashus? Jag?

Petskull
Maniac (V) Mad Scientist

From: 127 Halcyon Road, Marenia, Atlantis
Insane since: Aug 2000

posted posted 09-09-2002 06:32

yeup.. that there's a hangin' offense where I come from...


Code - CGI - links - DHTML - Javascript - Perl - programming - Magic - http://www.twistedport.com
ICQ: 67751342



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu