Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File Printing

Status
Not open for further replies.

ace21

Programmer
Joined
Jul 11, 2001
Messages
4
Location
US
I would like to create a link that when clicked would print a document from a location (straight from the file not by opening the document in a page and then printing it).

Is this even possible in Javascript?

If not, how can I tell when a frame has finished loading a document? This meaning that I can load the file in a seperate frame and when it is done print that frame. The files I am working with our mainly .doc & .txt files.

Ace21
 
call a function on the body onload event, this indicates when the frame/page has fully loaded
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top