I trying to print the content of a text area I have not got very far in doing so this is what I have

function printNow() {
var value = theTextArea.value;
var print = Components.classes["@mozilla.org/gfx/printsettings-service;1"]
  .getService(Components.interfaces.nsIPrintSettingsService);
}

I can't find out just what I have to do to get the thing to then print it? Dose any one know?

_________________________________________________________________
Find lost friends & family online! Search for free. http://ninemsn.com.au/share/redir/adTrack.asp?mode=click&clientID=389&referral=HM_tagline&URL=http://ninemsn.schoolfriends.com.au

_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to