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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTML to Print Frame

Status
Not open for further replies.

THoey

IS-IT--Management
Jun 21, 2000
2,142
US
I have a friend that has created a web page. Sorry, I am not sure what tool he used to create this page. He is wanting to place an HTML tag on one frame of the page that when clicked will print out just that frame without prompts.

Is this possible?

Terry
**************************
* General Disclaimor - Please read *
**************************
Please make sure your post is in the CORRECT forum, has a descriptive title, gives as much detail to the problem as possible, and has examples of expected results. This will enable me and others to help you faster...
 
Bump...

Terry
**************************
* General Disclaimor - Please read *
**************************
Please make sure your post is in the CORRECT forum, has a descriptive title, gives as much detail to the problem as possible, and has examples of expected results. This will enable me and others to help you faster...
 
Short answer: no.

HTML does not allow the author to control the user's environment. Your user could be using IE/Netscape, or a more obscure browser such as Opera, Mozilla, Amaya, Lynx (the list is endless...)

The other issue is for people with multiple printers installed: which printer would it print to?

The javascript 'print' function will popup a print dialogue box (although this doesn't work in all o/s or browsers, it's supported by the majority of people using IE / Windows).

<marc> i wonder what will happen if i press this...[ul][li]please tell us if our suggestion has helped[/li][li]need some help? faq581-3339[/li][/ul]
 
Okay Manarth, thanks for the reply. HTML is not my fortay, I am in to databases, but I know where to go to get answers.

Thanks again...

Terry
**************************
* General Disclaimor - Please read *
**************************
Please make sure your post is in the CORRECT forum, has a descriptive title, gives as much detail to the problem as possible, and has examples of expected results. This will enable me and others to help you faster...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top