Jump to content

Opening word doc from html page


Guest shital_ds

Recommended Posts

Guest shital_ds

Hi,I need to call a word doc from an html page. Something like:< A href="xxx.doc">xxx.doc</a>The doc should open in another html page.Could someone please guide me on how to do this?ThanksDolly

Link to comment
Share on other sites

Hi,I need to call a word doc from an html page. Something like:< A href="xxx.doc">xxx.doc</a>The doc should open in another html page.Could someone please guide me on how to do this?ThanksDolly

hi sheetalif u want to add a button to view the Doc u can try this.<input type="button" value="view doc" onClick="window.open('abc.docl')">here u can use any image source instead of the buttonjust add src=someimage location
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...