All the links are broken, and I think it causes "everything to break". All of the "submit post" buttons now point to, again just as an example, site.com/submitpost.php instead of site.com/forum/submitpost.php, the same thing also happens to all the relevant scripts that get called, and so what should be an ajax-responsive page, seems to just become 'useless'... I really hope this makes sense if not I'll try to be clearer.
Is there a solution to this exact problem? A lot of googling showed me that it's common for image paths to become broken with .load, but I couldn't seem to find much of a solution. Is an iFrame the only answer to this exact problem?
Thank you for your time.
Edit: Alternatively (forgive me if this is too off-topic now), is there a way to "rewire" the 'semi-useless' post submit button I currently have? If I could 'rewire' the button to, just as an example, still send the post from the form and redirect back the page user was just on, this would be a perfectly fine solution for my current needs.