.printWithDialog for Chrome / Firefox

I am not sure where to post this, as I have not been able to find documentation on it. But it works for me in IE 7. I need to open a web page with a PDF embedded and automatically present the print dialog to the user. Does anyone know if there is an equivalent for Chrome / Forefox? Also I was told it does not work in IE 9.
Thanks

Hi, thanks for your reply. We have since come up with a solution that involves creating a blank PDF with some document level javascript that does a this.print (minus itself) and concatonate that with the merged PDFs we are setting up for print. So since we are doing this all server-side, no cross-browser compatibility worries. What a relief. We have hundreds of PDFs and did not want to hard-code document-level javascript in all of them (nor could we because this is only desired during a Print operation), hence this solution. Not perfect, as you can see the blank page if you were to cancel the print dialog and scroll down, but it will not print if you use the dialog provided.

Similar Messages

  • Location Services no longer work for Chrome & Firefox & Twitter

    I'm a developer working on a few geolocation websites. Up until a few days ago, both Chrome & Firefox were able to access Core Location services.
    Now when I go to System Preferences -> Secuirty & Privacy -> Location Services, the only 2 apps I see listed are Evernote & Safari. I no longer see Chrome, Firefox, or Twitter.
    Is there any way to add these applications? Any other suggestions?
    Thanks in advance,
    -Hitesh

    Nevermind, folks. The issue was with chrome/firefox & not core location as the browser was never using it.
    I cleared my cache & history & now both browsers are finding me correctly using google's html5 geolocation library.
    It wasn't a core location issue to begin with. Thanks anyway!
    -h

  • I have lost the audio for Youtube on all three browsers I have installed-Safari, Chrome, Firefox. I have Lion installed. I have tried restarting my MacBook several times, still no sound. What to do?

    I have lost the audio for Youtube on all three browsers I have installed—Safari, Chrome, Firefox. I have Lion installed. I have tried restarting my MacBook several times, still no sound. What to do?
    <Email Edited By Host>

    I forgot to include in my post that I had downloaded the new flash after the "no audio" began and it did not help. The problerm began some time after I installed OS 10.7.4.

  • GetJSON not working in Chrome & Firefox plus other issues.

    Hello!
    I am working on a searchable video gallery. Please see the code here. I'm sure that my code is far from optimal.
    I'm currently running OSX 10.9, and updated versions of Chrome, Safari and Firefox.
    I reading a (verified) JSON file to get information about each video (name, url, tags etc) and am reading that into an object with getJSON. I am then taking this information, converting the tags into strings, and then, after removing duplicates, I'm using jquery ui autocomplete to make a drop down smart search. I've added the js files using the scripts button, and the css with yepnope. Upon selecting an entry and pressing enter, I remove currently displaying videos, and then add videos that match the current tag.
    Bug 1 (Minor): When I preview this in Chrome everything works perfectly. In Firefox, there is one bug, where if I highlight the text in the search box, I can no longer enter text, and I hear alert audio. Safari gives a 404.
    Bug 2 (Critical): However, when I go to publish, and run the html file directly (either in the publish folder, or in the root folder), everything works in Safari, but in Chrome and Firefox getJSON doesn't run. Neither videos nor the boxes that house them display either. I've put $(document.body).append("text") lines throughout the code, and nothing displays in or below the getJSON procedure.
    It feels like there is some file that is contained within the *.an file that I am missing when I am trying to run the html separately.
    Any ideas? Any help is greatly appreciated! Thank you very much.

    This may help you understand the difference of each browser:
    http://forums.adobe.com/thread/1054736?tstart=0
    For Chrome you can troubleshoot with google site here:
    http://support.google.com/chrome/bin/answer.py?hl=en&answer=108086
    For Firefox you should check this page:
    http://support.mozilla.org/en-US/kb/keep-flash-up-to-date-and-troubleshoot-problems
    Hitomi

  • Png files referenced in css not displaying in Chrome & Firefox after after PUT

    I'm new to dreamweaver but I've got a techy / software background so feel free to speak geek.
    I've been tasked to create a simple splash screen for an existing intrenal website for my company.
    I've been able to put page together in DW and sucessfully preview in Chrome, Firefox, & IE.  After I PUT files on the webserver (under an existing virtual directory in IIS) I'm bumping into a problem where I'm not able to see a the three png files I've got embedded into the .css sytle sheet fro the header, container, and footer sections.  Here's a look at the html & css for the page.  Any recommendations on how I could code this better or fix the problem?  Your help will be very much appreciated.
    The site was originally built off a template so the comments in the .css are from the original author of the template.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <link href="/CognosSplashScreen/oneColFixCtrHdr.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
              background-color: #000;
              background-image: url(/CognosSplashScreen/bg.jpg);
              background-repeat: no-repeat;
    </style>
    </head>
    <body>
    <div class="container">
      <div class="header">IBM Cognos - Enterprise Business Portal (EBP)</div>
      <div class="content">
        <h1><img src="/CognosSplashScreen/Wrench Sprocket.png" width="215" height="164" align="left" />EBP is offline</h1>
        <p>The IBM Cognos EBP has been taken offline for scheduled maintenance. Services will be restored on Wednesday, May the 2nd at 7:00 AM.    </p>
        <h3>Maintenance Details</h3>
        <p>We're currently in the process of upgrading from IBM Cognos BI version 8.3 to the most current 10.1.1. To take a look at some of the new features you'll experinece we've put together a brief overview you can download by <a href="#">clicking here</a>.</p>
        <p>10.1.1 training is available to for all users. Take a look at the list of available courses get yourself, your team, or department enrolled in a class today.    <!-- end .content --></p>
      </div>
      <div class="footer">
        <p> </p>
        <!-- end .footer --></div>
      <!-- end .container --></div>
    </body>
    </html>
    Here's the .css
    @charset "utf-8";
    body {
              font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
              background: #42413C;
              margin: 0;
              padding: 0;
              color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
              padding: 0;
              margin: 0;
    h1, h2, h3, h4, h5, h6, p {
              margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
              padding-right: 45px;
              padding-left: 45px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
              border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
              color: #42413C;
              text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
              color: #6E6C64;
              text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
              text-decoration: none;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
              width: 980px;
              margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
              background-image: url(/CognosSplashScreen/PageBodyLight_02.png);
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
              background-image: url(/CognosSplashScreen/HeaderBubbles_02.png);
              padding-top: 57px;
              color: #CCC;
              font-weight: bold;
              padding-left: 97px;
              padding-bottom: 30px;
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
              padding: 10px 0;
    /* ~~ The footer ~~ */
    .footer {
              background-image: url(/CognosSplashScreen/footer_02.png);
              padding-top: 5px;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
              float: left;
              margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;

    CSS for images coded on the Web page itself is pathed relative to that Web page. CSS for images used by the external CSS file is pathed relative to the CSS file location.
    If this is the link to the css file from the Web page... go to "CognosSplashScreen" subfolder and get the "oneColFixCtrHdr.css"
    <link href="/CognosSplashScreen/oneColFixCtrHdr.css" rel="stylesheet" type="text/css" />
    .... and you don't need the leading "/" by the way.
    then relative to that css file, which is already in the "CognosSplashScreen" subfolder, the path to the "HeaderBubbles_02.png" is just
    background-image: url(HeaderBubbles_02.png);
    not:
    background-image: url(/CognosSplashScreen/HeaderBubbles_02.png);
    and so forth for other image paths.
    Best wishes,
    Adninjastrator

  • Address Book Does Not Populate InfoPath People Picker Form Field in Chrome, Firefox, or Safari--only IE

    Since applying the December 2014 Cumulative Update for SharePoint Server 2010, the Address Book in all of our InfoPath forms will not populate the People Picker field in Chrome, Firefox, or Safari--it only works in Internet Explorer. People can still use
    the address book to search for names, but when they click on a choice, the name doesn't get transferred into the People Picker field. It used to work in all browsers before we did the CU.
    The workaround we have been using is to have people type a last name, first name (or username) directly in the People Picker, click the checkbox icon, and then click on the name they typed (now with a red squiggly line under it and a message that no exact
    match was found) to select from the list of names in the resulting popup. The workaround is not intuitive, and many users stop when they see the red squiggly line, believing it to be an error. Please help. Thanks!

    Hi In, you'll experience various types of issues when not using IE due to lack of support for functionality. The following links seem to be related to your problem and might give you a workaround:
    http://sharepoint.stackexchange.com/questions/85644/infopath-form-error-when-using-people-picker
    http://sharepoint.stackexchange.com/questions/80261/people-picker-not-getting-populated-in-the-sharepoint-site
    cameron rautmann

  • Strange username and password in Mozilla saved passwords for chrome://weave (Mozilla Services Encryption Passphrase)

    What is chrome://weave (Mozilla Services Encryption Passphrase) ?
    I checked my saved password list in Mozilla Firefox and I found two strange usernames for site: chrome://weave (Mozilla Services Encryption Passphrase) and chrome:weave (Mozilla Services Password). Is this username randomly generated or is it possible that some addin/application/malware automatically generates this username and password.
    The username for both is "gjqsnhtjmmojlnmtepcdbiccdfrrerid"
    Password for chrome:weave (Mozilla Services Password) is a password I use commonly so seems to be provided by me but the password for : chrome://weave (Mozilla Services Encryption Passphrase) is a combination of random letters(just like the username)
    My issue is only that it should not be the work of any malicious content lying in my system which has reached my Mozilla Saved Passwords

    chrome://weave (Mozilla Services Encryption Passphrase is the sync key that is used to locally encrypt your data before sending it to the Sync server.<br />
    That key is automatically generated and changing the sync key will wipe all data stored on the sync server.<br />
    It is good practice to have a backup copy of the sync key.<br />
    The user name stored in the password manager is also generated, but you can always use the email address to get access to your sync account.

  • Embedded SWF files auto starting in IE but set to not auto play - Chrome, Firefox, Safari work ok

    One of the web masters at my school has embedded several Captivate 5 swf files in a web page.  I had re-exported all of them to not auto start after we realized that the originals were set to auto play upon loading (someone else made the orginials...).  Caches have been cleared on IE9, but yet, when that page loads, all of the no auto-play swfs start playing.  On Chrome, Firefox and Safari, none of them start playing when the page is loaded.  Does anyone have a clue why IE9 might be doing this and how to fix it?
    Thanks,
    Sue

    Am I correct in assuming that when your web developer set these SWFs up on the same page that he did not use the default HTM page that Captivate creates?  Did he just embed them into the web page using standard Dreamweaver code for SWFs?
    Do the same Captivate SWFs start automatically if you upload them to your web server individually with the HTM and JS files that Captivate creates?  If not, then your web developer might be better off embedding the content in his web page using individual iframes pointing at the HTM file rather than the method he previously chose.

  • Does anybody know why type might render strangely when viewing a PDF in Chrome, Firefox and IE?

    Does anybody know why type might render strangely when viewing a PDF in Chrome, Firefox and IE?
    I have a client who I create a report for every year. This year there seems to be a problem with the PDFs that I have exported when they are viewed in various web browsers. To elaborate, the type is rendering inconsistently – in Chrome the weight of the type is inconsistent (ranging from light to something more heavy) and in IE the type appears more condensed, and the x-height is variable.
    To my knowledge Chrome, Firefox and IE are all affected in one way or another. The problem does not occur in Safari.
    We always use Helvetica Neue and have never had problems like this before. I am using the same version of Helvetica Neue as I always use, but even when I change the font to Helvetica the problem still persists.
    On a deadline so would appreciate some support here. Box of beer to the person who can provide me with a working solution!
    Thanks kindly
    Simon Winter

    Hello Ellis. Thanks for your efforts in helping narrow down this issue, and for offering workarounds for Simon. Here are the steps I sent to Simon, enhanced by the info you provided above:
    1. I typed some text in Id CC 2014.0 (Mac OS 10.9.4) using the system font Helvetica Neue Light at 12 pt. All defaults were on, including ligatures.
    1.a. I used the text in Simon's example, “An Annual Report marks the end of a year’s work, but it is also an opportunity to reflect on the principles that” and reduced the text frame width so that it wrapped across 4 lines.
    1.b. I also tried creating an all-page text frame and filling it with placeholder text (same font, same point size).
    2. Export > Interactive PDF (or Static PDF: doesn’t make a difference), using all the default PDF export settings.
    3. View resulting PDF in the latest Chrome (36.0.1985.143) on that same Mac, or on Windows, at various zoom levels, on a retina display as well as on a lower-dpi monitor. It looks fine to me: all words and lines have the same even "color" or weight.
    In all cases, the fonts embedded in the PDF were listed as:
    HelveticaNeue-Light (Embedded Subset)
    Type: TrueType
    Encoding: Ansi
    HelveticaNeue-Light (Embedded Subset)
    Type: TrueType (CID)
    Encoding: Identity-H
    If you follow the above steps, can you repro the problem?

  • Flash Audio Not Working in Chrome/FireFox

    I'll try to make this post as clear and concise with all the troubleshooting I've done:
    For Chrome:
    Firstly, I went into the plug-in section of chrome. I have the default Chrome flash-player active because if both are on or if only the non-default
    flash player is on, a flash program (i.e. YouTube) will crash and will say the plug-in is unresponsive. The video will run fine under the default Chrome extension but the audio will not be played.
    Secondly, HTML 5 and non-HTML 5 videos do not make a difference, no audio is played. The same applies for HTML 5 and non-HTML 5 audio:
    I have disabled hardware acceleration, deleted the Flash cache, ran a disk clean-up and still no fix to the problem.
    For Firefox:
    The videos do not even load, Firefox will just freeze up and the pop-up saying that the Shockwave Flash Player is unresponsive will show.
    I have up to date plug-ins:
    This problem just suddenly occured, thanks for the help

    I have no other clue as to what could be faulty with my system. I am currently running Symantec Endpoint Protection as my only
    sort of security or virus system.
    If there anything else I can check for?

  • Muse Site does not display completely, amazingly, in Safari.  In Chrome, Firefox and IE, however, the site is displayed correctly ...

    Muse Site does not display completely, amazingly, in Safari.  In Chrome, Firefox and IE, however, the site is displayed correctly ...
    Kari

    Hi Aish
    The site URL is: http://hotelegerkingen.businesscatalyst.com
    The page
    http://hotelegerkingen.businesscatalyst.com/räume --- preise.html
    and
    http://hotelegerkingen.businesscatalyst.com/menus.html
    not show the whole content (only in Safari)
    Thanks for the support!
    Regards ,
    Kari
    H·B·H Communications & Events
    Karl Wälle
    [email protected]
    Breitensteinstrasse 96
    8037 Zürich
    Fon +41 44 447 40 90 (direct 99)
    Mobile +41 79 964 65 12
    Fax +41 44 447 40 89
    [email protected]
    www.hbh-com.ch<http://www.hbh-com.ch>
    Am 14.08.14 17:31 schrieb "Aishvarya Raj Rastogi" unter <[email protected]<mailto:[email protected]>>:
    Muse Site does not display completely, amazingly, in Safari.  In Chrome, Firefox and IE, however, the site is displayed correctly ...
    created by Aishvarya Raj Rastogi<https://forums.adobe.com/people/aishvarya+rastogi> in Help with using Adobe Muse CC - View the full discussion<https://forums.adobe.com/message/6640545#6640545>

  • In preferences- saved passwords for Chrome://weave (Mozilla Services password) and Mozilla Services Encription Passphrase) what are these and are they needed?

    In preferences- saved passwords for Chrome://weave (Mozilla Services password) and Mozilla Services Encription Passphrase) what are these and are they needed?

    They are only needed for firefox sync.

  • Navigation column left blank in Chrome/Firefox

    We're in the process of migrating our exisiting help content over to RoboHelp. I've generated WebHelp content using Robohelp 9.0.1.262 and moved it to a server. Unfortunately when I open the content in a web browswer, the left-most navigation panel will not load. I've searched these forums far and wide for an existing topic and didn't find an issue quite like mine. I downloaded and installedAdobe's 'RH9 Issue 954 Fix' with the whutil.js fix to no avail.
    When I click on our 'online help' link from our https server which links to RoboHelp's index.htm, the left navaigation column is left completely blank in chrome 21.0.1180.60 and firefox 14.0.1, but populated in IE9.
    There seem to be tons of topics about chrome not working with RoboHelp, but none of them mention the same behavior in Firefox or that IE functions correctly. Any help with this would be greatly appreciated. Screenshots attached below.
    Chrome/Firefox screenshot
    IE9 screenshot

    That's the question I cannot answer. There may be something that needs to be done on the server to make the help work.
    Snippet 6 at http://www.grainge.org/pages/snippets/snippets.htm#webhelp gives an example of a server problem related to an http address. There could be some similar setting that only affects https.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • TS3212 im running XP with all firewalls and pop up blockers off. Ive tried using chrome, firefox, and IE. no download starts and im redirected to the thank you screen, please help!!!!!!!!!!!!!!!

    im running XP with all firewalls and pop up blockers off. Ive tried using chrome, firefox, and IE. no download starts and im redirected to the thank you screen, please help!!!!!!!!!!!!!!! Ive read all related articles, aswers and solutions but cant seem to get tunes to download?

    Ive tried from my PC, and ive tried from another which runs Vista. Both pc's were tried using firefox, IE and chrome,and both had firewalls off and pop-ups allowed completely (I basically turned off all security). I checked for 3rd party software which could also cause "blocks" but all 3rd party software were eliminated. I even tried stopping and restarting windows installer in "computer management; services, services". Still no luck..... This is the first time that ive struggled downloading Itunes. The reason im trying to download itunes is because im attempting to restore my iphone 4.....

  • I don't understand about the supposed new "Google Bar." Is it just for "Chrome? Where does a person get it? Thanks Robyn

    I don't understand about the supposed new "Google Bar."
    Is it just for "Chrome? Where does a person get it?
    Thanks
    Robyn

    Hi,
    It is not a browser feature, but a feature of the Google sites like Google Search, Google Maps and services like gmail. Depending on the site / service you may see it when signed in or even otherwise. It appears as a horizontal bar at the top on google related sites as of now.
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://support.mozilla.com/en-US/kb/Page%20Info%20window Page Info] Tools (Alt + T) > Page Info, Right-click > View Page Info
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing Video without Plugins]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://developer.mozilla.org/en/Command_Line_Options#Browser Firefox Commands]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [https://support.mozilla.com/en-US/kb/common-questions-after-upgrading-firefox-36 After Upgrading]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]

Maybe you are looking for