Specials | Announcements | Contact | Site Map
Willmaster.com
Hijack-proof forms. Surveys. List building.

Solid, safe website tools.

Whatever your need, Will Bontrager builds powerful software solutions.

Affiliate Cookie Setter
Search WillMaster.com:

WillMaster > Support > CGI Q&A

If you don't find the answer to your question in these archives, ask your CGI question at the Current Master Series CGI Forum.

2 questions about MasterPFP

Author Message
15May03

Egon
Subject: 2 questions about MasterPFP

I have installed MasterPFP.
But how do I make the printable page open in a new window?
How can I make it so that when the printable page is loaded it will start printing automaticly? I was thinking onload = print.page;. But that is javascript (and that's probably now the right code :-)).

Thank you in advance

16May03

Will

[Email]

In response to: 2 questions about MasterPFP

In the anchor tag with the link to PFP, add this attribute:

target="_blank"

16May03

Egon
In response to: 2 questions about MasterPFP

Ok, yeah I could have figured that out myself :-)
Thank you for the help.

And the print page automaticly is that possible?

16May03

Will

[Email]

In response to: 2 questions about MasterPFP

I think there is JavaScript code to make the print dialog box come up on windows computers. Users might need to be using IE.

http://javascript.internet.com/ or http://www.dynamicdrive.com/ might have the JavaScript you need.