Need help with printing embeded google docs

Discussion in 'Programming' started by kevydesigns, Apr 23, 2012.

  1. #1
    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?
     
    kevydesigns, Apr 23, 2012 IP
  2. kevydesigns

    kevydesigns Well-Known Member

    Messages:
    1,209
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    125
    #2
    Does anyone know how? maybe javascript?
     
    kevydesigns, Apr 23, 2012 IP
  3. marketing3

    marketing3 Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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"/>
     
    marketing3, Jun 4, 2012 IP