Printing High Scores, Stats ++

Hi all, I have decided to implement a print function to my game, but then implementing a print function in a webapp game is impossible… do you think I should scrape the idea… cause I just cannot find a solution to what I want…

If it is a desktop application i still know how to do it… but for a web applicaition… I just dont know how…

Any ideas?

Cheers!

Maybe you could create a printable web page and a little javascript function calling window.print() ?

Hmm… good idea…

but won’t it wil be nice if, you can implement a button in your web app and it just prints like a normal application?

;D