Click to See Complete Forum and Search --> : [RESOLVED] making web page scroll down on button click


sheikhmdirfan
06-26-2009, 09:48 AM
Hello everyone,


I have a webpage which has 2 tables one of them is visible and others display property is set to none i.e. its kept as invisible..

now on a click of a button i am making the second table to appear on the web page..
but i have to scroll down to see the second table..

Now what i want is that after making the second table visible the web page should scroll down to the secomd table so that it is fully visible...

Any help is highly appreciated..

Thanks in advance..

scrupul0us
06-26-2009, 10:43 AM
what i would do is place a named anchor tag above the table and in your javascript code that reveals the table have it follow the link and it should scroll the page