Im not really sure weather you stated this allready but all I need to do is make one link inside the loaded external page go to another page that is thereafter loaded inside the <div></div> content container, here is what i have as the <a> tag code but it just opens up a new page.
Code:
<a href="includes/includes.cfm?page=edit&ID=#ID#" rel="ajaxcontentarea" style="display:block; padding:2px 0px 2px 0px;">#name#</a>
the tabs work great using that code (the location and the rel atributie) but when placed inside the externaly loaded page it doesnt work, just goes to a whole new page.
can anyone point out specifically what i should do here?
PS im kinda lost when it comes to javascript
Bookmarks