inchecksolution
07-22-2011, 05:08 PM
Hi guys,
Hopefully I have posted this in the correct section.
My website has lists of information. Each piece of data is in it's own div, and each has a unique id. ex:
<div id="2220">
</div>
<div id="2221">
</div>
etc.....
I want to be able to create external links like: http://www.mysite.com?id=2221
And when someone clicks on the site the page will automatically scroll down to the div that has the id 2221.
Is this possible?
Hopefully I have posted this in the correct section.
My website has lists of information. Each piece of data is in it's own div, and each has a unique id. ex:
<div id="2220">
</div>
<div id="2221">
</div>
etc.....
I want to be able to create external links like: http://www.mysite.com?id=2221
And when someone clicks on the site the page will automatically scroll down to the div that has the id 2221.
Is this possible?