t=ds.GetTarget(person,foaf_title,true);It would be interesting to see what t.toString() returns, or just do alert(t) or something similar. If it's truly an XPConnect object, you'll get some information as to that. Also look at the JSConsole and see if you're getting any errors reported. You might be running into a security issue, but you should see some errors for that.
It seems to me that XPConnect does different things depending on the situation. If someone can explain this to me I will bee very happy.
David
