786snow
Programmer
- Nov 12, 2006
- 75
Hi,
I have this site. if you click on the menue you see bottom part changes.
It is done through ajax call. If you click on the menue that says FAQ, bottom part changes asusual. What I want, i want when some one clicks FAQ and bottom part changes I want page to show question that says
"Can a tax attorney actually cut my tax burden"
So page needs to reposition itself to the middle
which we normally do when we have seperate pages(not Ajax)
<a name='qa1' id='qa1'></a>
and then the link
someone suggested me using in the content loaded by AJax
<a name="qal" id="qal"></a>
<script>
window.location='qal';
</script>
that did not reposition the page
How can I take care of this problemn as I am using Ajax, i will appreciate your help
I have this site. if you click on the menue you see bottom part changes.
It is done through ajax call. If you click on the menue that says FAQ, bottom part changes asusual. What I want, i want when some one clicks FAQ and bottom part changes I want page to show question that says
"Can a tax attorney actually cut my tax burden"
So page needs to reposition itself to the middle
which we normally do when we have seperate pages(not Ajax)
<a name='qa1' id='qa1'></a>
and then the link
someone suggested me using in the content loaded by AJax
<a name="qal" id="qal"></a>
<script>
window.location='qal';
</script>
that did not reposition the page
How can I take care of this problemn as I am using Ajax, i will appreciate your help