Skip to content Skip to sidebar Skip to footer

How Can I Show Word File In Iframe Element In Same Page?

How can i show word file in iframe element in same page ?

Solution 1:

Yup, Upload your doc file and link through Iframe This will work, as google doc viewer works same way.

Solution 2:

You could try:

<objectsrc="abc.doc"><embedsrc="abc.doc"></embed></object>

Post a Comment for "How Can I Show Word File In Iframe Element In Same Page?"