i have attached my website's page layout.. check it. so, i want to do this : if someone clicks on " Menu 1 or Menu 2 " the page should not be refreshed , but instead only the " Contents" page should be refreshed , this is work of ajax , for example , if you are at " home" , and you click on "forum link" on the " Menu 1" ,so you should be seeing the forum page on contents without letting the page re-loaded. can someone help me with it please?
This will be awful for search engine optimisation. You can use my AJAX Object if you wanna give me a link back. You'll need to change a few small bits, but it should help out a lot.
No, it will provide you with an easy to use framework so you can achieve what you want without much hassle. I'm not going to do everything for you.
well... i am a noob at ajax/javascript so i cant understand your script.. i just need the script that i mentioned above , in return , i will give free backlink to the helper..
I didnt say no.. but i cant show you my html code ,its a secret coding..with a unique web 2.0 design. I drew the layout on ms paint. you can see the layout on it. and i explained everything that i want to do.. if you can help me finding that kind of ajax script ,then you will get free backlinks from my 2 domains.
i meant it was a unique code and i didnt want anyone to see that design before i publish that website , nothing secret..
i don't recommend that from a SEO point of view. But if you really need it, you can find out how to do it here. If you have to use a lot of ajax i suggest you take a closer look at javascript frameworks such as jQuery, prototyp , mootools ...
It doesn't have to be bad for SEO! (the exaggeration is because 2 people have claimed otherwise) Just because it uses an AJAX call doesn't mean the link can't also have a normal href value that is used to load the page regularly (without AJAX). If JavaScript is enabled, just return false on the link's "click" event and it will use the AJAX method.
ok guys i got the ajax script but it isnt working. someone is helping me to fix it. but he dont know how to put a loading image. can anyone help me? how to put a loading image on ajax script.
Umm... I wouldn't be asking someone to do something for me related to AJAX if he doesn't know how to do that. What part is he having issues with? If it's triggering, then all you need to know is it should be enabled when the ajax call is made and disabled when the request state is 4.
i dont know what you are talking about. please explain in details. i have never used ajax before. will you integrate a loading image in my ajax script which Synchronium gave me?
Why don't you forward to him what I wrote. There is not much to it. I assume what he already wrote already has the code for AJAX calls and a check to see if the response has been fully send so all you have to do is trigger the image on/off in these 2 sections of code.