Hi all. I have an embeded google docs file on my site. Question is, how do I create a button on my site that prints everything inside that embeded google doc? The button I have now, prints the website only and not whats inside the embeded google doc. anyone know?
You may add button of print by using this HTML code while making your webpage............ <input type="button" onClick="window.print()" value="Print This Page"/>