You can't modify the user's browser settings with ASP... that would be a
huge security problem.
There may be an ActiveX Control that runs in a browser and manages custom
print jobs, but that is a lot of work and technically 'costly' (browser
dependent, download usage, etc.)
You could also build a little .exe program that modifies the browser
settings through the registry... but again, this is 'expensive' with even
greater security implications.
good luck,
jim@m...
> Thanks for the help, but I am doing some little application, and I want
the
> customer to print out her receipt but without URL. Can I somehow do it
> globaly ( programaticaly) so that the customer doesn't have to do it
manualy
> in it's browser. Since nobody would bother to do that.
> Can I adjust printing somewhere in my ASP program?
> Thanks
> Maja