Thread: Anchoring with #bottom
Results 1 to 5 of 5
Related
-
How to get the anchoring link once the html is converted to pdf Forum: HTML Forum
Replies: 3 -
Message on the bottom bar Forum: HTML Forum
Replies: 2 -
Help with bottom bar on websites Forum: HTML Forum
Replies: 2 -
Possitionning at the bottom Forum: CSS Forum
Replies: 3 -
anchoring an image? Forum: CSS Forum
Replies: 9
-
02-12-2004, 11:30 AM #1
Anchoring with #bottom
Originally Posted by QuietDean
Could you tell me what a bottom tag is?
Im trying to get focus on the bottom of the page after a input button on a form is clicked on.
Thank you
-
02-12-2004, 12:45 PM #2
Topic split into own thread.
Hi,
A bottom tag, as it were, is referred to as an anchor. You can make one like this -
Code:<a name="bottom"> </a>
Hope that helps.If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
02-13-2004, 02:37 AM #3
Anchoring with #bottom
Originally Posted by QuietDean
I can get it to work when I use just HTML:
Code:<a href="op.php#bottom">reload</a> <a name="bottom">b</a>
Code:<input class='buttonstyle' onClick="window.location='op.php#bottom';" type='submit' name='all' value='Entire History'>
Thanks alot
-
02-13-2004, 01:16 PM #4
Its working fine. You have set it up in the wrong place.
Your form is submitting. Therefore, your window.location is pointless and not being used at all.
Change your form action="" to have the #bottom in it and it will work.If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
02-14-2004, 08:59 AM #5
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum