Hi! Does anyone know how to retrieve text from a HTML <object> tag in a form? The type of object I am trying to use is "text/x-scriptlet". e.g.
<object data="data.html" type="text/x-scriplet" viewastext></object>
I think data could be retrieved using PHP but I am not sure how. I have tried retrieving the data as an array, assoc. array, and string. The only output I get when I process the contents of the <object> tag is [object]. Any suggestions would be much appreciated. Thanks!
Amir.