Hello again :)
Just one more question.
If I use
++++++++++++++++++++
$.get("http://localhost:8080/cranfieldPortal/portlet/userHome.psml?entity=P-121f50c6235-10004",
null,
function(data){
alert("Data Loaded: " + data);
}
);
++++++++++++++++++++
I recieve in data object the portlet html fragment.
How can I extract from it a content of specific tag ?
It did not work when I tried this:
data.getElementById("<portlet:namespace/>tagId")
Regards.
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]