desperately need help

This is a discussion on "desperately need help" within the JavaScript Forum section. This forum, and the thread "desperately need help are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 12th, 2006, 21:27
New Member
Join Date: Nov 2006
Location: Canada
Age: 41
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
desperately need help

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 to the middle

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


Code:
<a name='qa1' id='qa1'></a>


and then the link

Code:
http://natradersonline.com/temp/faq.php#qa1

someone suggested me using in the content loaded by AJax

Code:
<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

__________________
Reply With Quote

Reply

Tags
desperately need help

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
desperately need help iffo JavaScript Forum 1 Nov 13th, 2006 10:56
I need help desperately!!! DJB MASTER Other Programming Languages 1 Aug 15th, 2006 09:09
Help Desperately Needed !! sgeorge Web Page Design 5 Aug 8th, 2006 22:55
Desperately need help zac966 Web Page Design 2 Sep 14th, 2005 07:31
HELP NEEDED DESPERATELY!! 360 Vision Web Page Design 5 Aug 11th, 2005 14:11


All times are GMT. The time now is 10:28.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43