Printing Specific Content on a web page.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I would like to print a specific image on my web page - not the entire page. Is there a way of doing this? Windows.print() command prints the entire page!
 
No can do unless you used a CSS media style to prevent printing of everything else on the page,
- the browser print control is page based
--




| Hi!
| I would like to print a specific image on my web page - not the entire page. Is there a way of doing this? Windows.print() command
prints the entire page!
 
link to the photo (opening new window) with just the image displayed, put a
link/button using the
onclick='window.print();" event. put a window.close(); command in as well!

www.jimco.com has an addin for popup windows, else use the insert hyperlink >
target to specify new window.





Stefan B Rusynko said:
No can do unless you used a CSS media style to prevent printing of everything else on the page,
- the browser print control is page based
--




| Hi!
| I would like to print a specific image on my web page - not the entire page.
Is there a way of doing this? Windows.print() command
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top