Jesse, >I have already spent hours and hours on the following problem. I am using >jQuery's AJAX load method in order to put a portlet in a DIV. The portlet >url is: >http://www.bam.nl/baminternet/baminternet/test/test_jQueryAjax/actueel.jsp >http://www.bam.nl/baminternet/baminternet/test/test_jQueryAjax/actueel.jsp
One thing I noticed quickly is this page is a full HTML that includes <html> and <body> tags. If you're loading HTML fragments into a DIV, you shouldn't load a fully qualified HTML page--you should only load the content that would be between the <body> tags. Having multiple html and body tags can sometimes do all sorts of strange things. -Dan