Tagged Questions
The object-element tag has no wiki summary.
1
vote
2answers
1k views
Convert <object /> declaration to javascript ActiveXObject
I have the following declaration in my code:
<object id="myObject" name="myObject"
data="data:application/x-oleobject;base64,ab9qcMENN0WE41oij7hs8764yu+YEwAA2BMABB=="
...
0
votes
1answer
736 views
Streaming PDF via invocation of HTTPHandler using $.get into object element
What I am trying to do is invoke an HTTPHandler via the $.get method of jQuery which will stream back a PDF and display it in a web page using an object element. My previous method of setting the src ...
0
votes
2answers
3k views
IE6 can't find Object element with getElementById()?
I'm trying to get an object element from my webpage using getElementById (ultimately so I can replace it with a dynamically created object element) but it is returning null in IE6.
In the following ...