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???
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???