sheikhmdirfan Posted June 26, 2009 Share Posted June 26, 2009 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.. Link to comment https://forums.phpfreaks.com/topic/163758-solved-making-web-page-scroll-down-on-button-click/ Share on other sites More sharing options...
soycharliente Posted June 26, 2009 Share Posted June 26, 2009 Are you using JavaScript to display the second table? Try using a link anchor. It's hard to tell you exactly what to do without seeing some code. http://www.w3schools.com/HTML/html_links.asp The part about "The name Attribute." Link to comment https://forums.phpfreaks.com/topic/163758-solved-making-web-page-scroll-down-on-button-click/#findComment-864057 Share on other sites More sharing options...
sheikhmdirfan Posted June 29, 2009 Author Share Posted June 29, 2009 Thanks Charlie Link to comment https://forums.phpfreaks.com/topic/163758-solved-making-web-page-scroll-down-on-button-click/#findComment-865444 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.