当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

I want to know to make call print preview on firefox using HTML or PHP ???

  • 5 件の返信
  • 5 人がこの問題に困っています
  • 2 回表示
  • 最後の返信者: cor-el

more options

Give Me Sample Script to Call Print Preview, Please.... !! IF me Using PHP or Just HTML ...

Give Me Sample Script to Call Print Preview, Please.... !! IF me Using PHP or Just HTML ...

すべての返信 (5)

more options

Make the "call" from where? Are you wanting to take a screenshot of a visitor's browser from a webpage?

more options

If you want a print preview, can you not just use File > Print > Preview? Works for me.

more options

You can only open the print dialog with JavaScript code on a web page.

You would need an extension to open the Print Preview window.

  • PrintUtils.printPreview(PrintPreviewListener);
more options

I make simple web application..... and I want to make a simple button and then if I click that button will display a preview page, just like we go to menu on firefox..... FILE->PrintPreview .....

Just like That... Its make me Confuse ... I have to try browsing on Google..... but i didn't find yet ... this solution...

they just suggest a button with window.print(); Ex : <button name='name' value='value' onclick='window.print();'>

but I want to make preview page before Printing...

Help Me..... !! Thanks...

more options

There are some extensions that you can look at to see if you can modify them to suit your needs.