jakykong
02-22-2005, 07:51 PM
I am working on a shoutbox (in ASP), that will be much like a chatroom, but the messages stay for anyone just coming in to see ...
the engine is working, this is not the problem. The output is correct, and the posting works. My problem does not lie in the ASP (otherwise i wouldn't have posted it here)!
a working example is at http://www.theanythingbox.com/shoutbox/display.asp
Please note, one line above the <form> tag, there is this line of code: <A name="endofposts" id="endofposts">
it is placed between the last row of the posts and the row containing the form.
When i put into the address bar of my browser (internet explorer 6 sp1): http://www.theanythingbox.com/shoutbox/display.asp#endofposts nothing happens! i still see the top of the page, even though i intend to see near the bottom! Can someone tell me the (most likely obvious) mistake i am making?
I don't usually use anchors, nearly never need them - so when i do i'm not as confident as i am working with any other HTML...
the engine is working, this is not the problem. The output is correct, and the posting works. My problem does not lie in the ASP (otherwise i wouldn't have posted it here)!
a working example is at http://www.theanythingbox.com/shoutbox/display.asp
Please note, one line above the <form> tag, there is this line of code: <A name="endofposts" id="endofposts">
it is placed between the last row of the posts and the row containing the form.
When i put into the address bar of my browser (internet explorer 6 sp1): http://www.theanythingbox.com/shoutbox/display.asp#endofposts nothing happens! i still see the top of the page, even though i intend to see near the bottom! Can someone tell me the (most likely obvious) mistake i am making?
I don't usually use anchors, nearly never need them - so when i do i'm not as confident as i am working with any other HTML...