[jQuery] Java applet doesn't load when markup loaded via jquery

[jQuery] Java applet doesn't load when markup loaded via jquery


Hi
Anyone got suggestions for this?
I'm trying to integrate this SFTP applet (http://www.jscape.com/
sftpapplet/) into my site. My standalone page with the object/embed
code loads fine but if I try to load this dynamically into the page
the applet doesn't load.
I have the following function linked to the onclick method of a ui.tab
so that when you click on the tab the applet code is loaded into page.
Markup loads fine but applet doesn't start.
function loadFTP() {
$("#fragment-3").load("/sftpapplet");
}
Best
.M.