K Kevin May 29, 2006 #1 Hi! Is there anyway to print the applet output inserted in my aspx page? Thanks
D DaanishRumani May 29, 2006 #2 You might consider using Javascript to do so. window.print() prints the web page that is being displayed on the browser.
You might consider using Javascript to do so. window.print() prints the web page that is being displayed on the browser.