Printing html pages without dialogue

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
[]InTeR[]
Forum Regular
Posts: 416
Joined: Thu Apr 24, 2003 6:51 am
Location: The Netherlands

Printing html pages without dialogue

Post by []InTeR[] »

I'm having problem on a html database (flat, no php).

Now i want to print it with a botton, that's now working with obj.print().

But this gives a printer dialogue, i don't want that. I want to print it directly.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

That isn't possible - having the dialogue pop up is a security measure so that the user can agree (or not) to printing the page.

Mac
[]InTeR[]
Forum Regular
Posts: 416
Joined: Thu Apr 24, 2003 6:51 am
Location: The Netherlands

Post by []InTeR[] »

It's a stand-alone cd.

And whe found something:
http://www.experts-exchange.com/Program ... 06097.html

Whe just can't make it work.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

This is about VisualBasic using the IE as control in a form.
From outside (having a webbrowser control) you can do a lot more things than from inside (using the scripting engine)
Post Reply