|
Hello All, the problem is that when i click a url in the loaded home.htm body, so that it clears the the content of div#content and place the new clicked url body inside the div#content element, it does not work. The browser performs its normal operation of redirecting you to the newly clicked url instead of loading the body in div#content. Please find below the 3 .htm code to undestand what i am saying.
when you run first.htm, click the the 'here' url. Second.htm opens inside first.htm, but when you click the new url 'home' it does not open in first.htm. Please i need your urgent help i have working of a project. Regards, Emmanuel |
|
Well, as I can understand your problem is that tha A tag called via Ajax doesn't work as you want... That happens because the first function you call in the page doesn't initialize the A called via ajax in a second time; there are two way to let the A works:
In the second case your function in the main page shoul be:
Thank you so very much you made my day.
(Nov 12 '09 at 14:23)
user-38 (google)
|


