I have a simplehtmlセクションジャンプ<a name="something"> more than once?
<a name="top"></a>
and another link:
<a href="#top">Back to Top of Page</a>
it works but after the first time the url turns to:
www.site.com/#top
and it doesn't work after a user uses it one time. How can I make it so it will work multiple times?
「うまくいきません」 - _what_は機能しません。あなたは何を期待していますか? – Oded
トピック以外:名前付きの 'a'タグを使う必要はなく、代わりに要素の' id'を参照することができます。ページに散らばっている雑多なタグの数を減らすのに役立ちます。 – zzzzBov