Re: HTML Printer in a new Window


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Barbara Brazil on August 08, 2006 at 08:26:34:

In Reply to: HTML Printer in a new Window posted by John Boucher on August 08, 2006 at 08:03:59:

John:

Originally it did open a new instance of the browser. We launched the document with an "opennew" action. Unfortunately, Windows XP doesn't support this action. We made a change in REL 6.02 to do the launch without specifying the action code. This will use whatever the default setting is for launching html docs on your system.

So, you might be able to get what you want. If you're not using XP on any of your Comet systems, you could unzip the HTMLPTR.obj from REL 6.01 into your REL. You could pick up the current XTL release and make the one-line change to HTMLPTR.ibs yourself:
change Print (20) (ShellExecute="",path$,"","",1)
to Print (20) (ShellExecute="opennew",path$,"","",1)
or you can figure out how to tell your version of Windows to use "opennew" as the default action for html docs.

bb


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]