Ajax Expert help needed

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
iffo
Forum Commoner
Posts: 37
Joined: Thu Oct 05, 2006 11:56 am

Ajax Expert help needed

Post by iffo »

Hi,

I have this site. if you click on the menue you see bottom part changes.

http://natradersonline.com/temp/index.php


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

which we normally do when we have seperate pages(not Ajax)

Code: Select all

<a name='qa1' id='qa1'></a>
and then the link

Code: Select all

http://natradersonline.com/temp/faq.php#qa1
How can I take care of this problemn as I am using Ajax, i will appreciate your help
Post Reply