Hello
I hope, someone got the same problem or/and a solution.
I have a DIV on a ASPX - Page and want to load its content by $().load(). So long no problem, as long as the file is in the same folder.
When I load a HTML-File like this $('#divContent').load(../htm/Test.htm) it loads the file, but all the HREFS inside the HTML points now to http://localhost/test/OtherHTML.htm instead of http://localhost/test/htm/OtherHTML.htm.
The HREFS are not absolut but relative. There is also an image to be displayed, but that doesn'work either, because of the same reason.
Can anyone help me?