Tagged Questions

1
vote
2answers
36 views

Html printed page resolution (or size in pixels)

Does anybody know what is the resolution that will be used to render a printed HTML page. I'd like to know what size (in centimeters or inches) will be a printed image of say 500x5 …
0
votes
2answers
37 views

PHP syntax error T_ENCAPSED_AND_WHITESPACE

hello all! i'm starting to work with php basics and i have some problem understanding how mix code with strings. I found a great and useful style to print string blocks but i don' …
1
vote
4answers
132 views

Is there a way to get a web page header/footer printed on every page?

Hello all: Based on my research, it seems that what I want to do is not possible, but in case something has changed, I wanted to check to see if anyone had come up with a way to d …
1
vote
3answers
100 views

Java prints output twice in a very specific circumstance

System.out.print("My string: "); My string: BUILD SUCCESSFUL (total time: 1 second) System.out.print("My string "); My string BUILD SUCCESSFUL (total time: 1 second) System …
0
votes
2answers
37 views

How to implement print effect like this page?

http://losangeles.kijiji.com/c-PrintAd?AdId=167716102
3
votes
6answers
139 views

Overriding the newline generation behaviour of Python’s print statement

I have a bunch of legacy code for encoding raw emails that contains a lot of print statements such as print >>f, "Content-Type: text/plain" This is all well and good for e …
5
votes
2answers
127 views

“Are you sure you want to print X pages?” dialog before actually printing… (for any app)

In Internet Cafes where people are allowed to print, sometimes they print more pages than they intended to. I'm looking for a way to display an "Are you sure you want to print X p …
0
votes
2answers
28 views

Find whether Save or cancel button is clicked on print dialog box

Hai Guys, How to find which button was clicked by the user on a print dialog box.....
0
votes
1answer
28 views

window.print issues with iFrame and IE7

I'm using window.print() from inside an iFrame. This works flawlessly in FF, but not so great in IE7. In IE7, it brings up the Print Dialog, however, the dialog itself is slow, cho …
0
votes
3answers
46 views

How to allow users to print and download MySQL query results

I've developed an application that users can use to store lists of their favourite books, books they've read, books they'd like to read, etc., and it's all working fine, but it's j …
3
votes
2answers
185 views

Print iframe content in Opera and Chrome

I'm trying to print iframe content. contentWindow.focus(); contentWindow.print(); This code works in IE, Firefox and Safari. But don't work in Chrome and Opera. These browsers p …
0
votes
2answers
40 views

How to Print a list of sheets in vba Excel

I make a index of a list of sheets in a workbook, i will like to print some of then (list in column A, a mark in column B the ones i would like to print) Do you have some code for …
2
votes
2answers
60 views

Print using javascript for more than 1 printers

Hi all I want to print 2 kind of documents on 2 different printers. I use "Always print silent" on firefox so the print window doesn't show up on every print. But now I want 2 diff …
1
vote
3answers
34 views

How do I pause to inspect results of sh commands run by a Makefile?

So, I have a Makefile which runs different commands of how to build S/W. I execute make from within a MSYS / MinGW enviroment. I found for example, the sleep <seconds> comma …
0
votes
2answers
30 views

Print-specific javascript

Is there a way to run javascript at print time? I know of the IE onprintbefore event, but we use mostly Firefox. What I'm trying to do is get element positions as they would be in …

1 2 3 4 5 14 next
15 30 50 per page