PDA

Click to See Complete Forum and Search --> : linking problem!


HAVocINCARNATE29
Oct 28th, 2000, 03:15 PM
i have a html document with multiple named sections
eg: (called index.html)


<html>
<body>

Text here
<A NAME="aaa">aaa</A>
more text here
<A NAME="bbb">bbb</A>
even more here
<A NAME="ccc">ccc</A>
and still some text
<A NAME="ddd">ddd</A>
you get the point....

</body>
</html>


the problem is i need to send the browser to section ccc. however, the browser isnt open yet! (like if i make a link on the desktop to open index.html at section ccc.)

any ideas???

noone
Oct 28th, 2000, 05:04 PM
Just add "#xxxxx" to the end of the url, where xxxxx is the section name.

HAVocINCARNATE29
Oct 28th, 2000, 06:04 PM
i tried it in netscape and it works but it doesnt work for IE?