Destinations from an HTML file not working with Acrobat XI

When the link is executed in Acrobat X it opens to the correct destination. When opened with Acrobat XI it doesn't. In fact, when I open the PDF (created with Acrobat Pro X) with Acrobat Pro XI I don't see any destinations... I don't see where to view them if they do exist. I already tried disabling the protected settings in XI and that didn't work. What happens is a dialog for downloading the PDF opens and your only choice is opening the PDF to the first page (instead of the destination). This is also happening on all browsers... so I am suspecting something buried in the Control Panel. Please help.

Thank you but this doesn't help... I know where the destination pane is... that's how I created them... Acrobat XI is not showing the destinations but the issue is Acrobat XI opening a download dialog instead of following the destination. I think it's an application or Windows issue but I don't see it...

Similar Messages

  • In IE7 CLSID In HTML File Not Working With 1.4 and 1.5 Plugins Installed

    Thanks in advance.
    I'm using JRE 1.4.2_03 with a CLSID attribute in my HTML file. It works fine with Internet Explorer 6. If I install a newer version of the JRE (i.e. 1.5.0) IE6 still uses the 1.4.2_03 plugin.
    But, when we install Internet Explorer 7, IE ignores the CLSID in the HTML file and starts the 1.5.0 plugin.
    Has anyone encountered this problem? If so, then how do I solve it?
    Thanks.

    Yes, I solved it by using this classid in the <OBJECT> tag in my HTML file:
    classid = "clsid:CAFEEFAC-0014-0002-FFFF-ABCDEFFEDCBA"
    The "FFFF" in the middle tells the IE browser to use the highest build of the major version of the JRE that you specifiy in the clsid. In the case of my example, above, the browser selects the highest build of JRE 1.4.2. But, the catch is that you have to install JRE 1.5.0 (I think it's 1.5.0_07) or later. Just install 1.5.0_11 and it will work. This may seem strange, but, for some reason, Sun didn't implment the fix in 1.4.

  • HT201412 Safari could not open the page because the server stopped responding- new ipad mini's (2 from separate places) are not working with At & T router but computers work. Can you please help me. I've tried everything. Thanks ya'll!

    Safari could not open the page on my new ipad mini's because the server stopped responding- new ipad mini's (2 from separate places) are not working with At & T router but computers work fine. Yesterday I got it to work. Weird. Can you please help me. I've tried everything. Thanks ya'll!

    Hello SavannahSweetie,
    I was looking into the issue you are desribing, and found a great article for troubleshooting wifi connections with iOS devices. It's called iOS: Troubleshooting Wi-Fi networks and connections and can be found here: http://support.apple.com/kb/ts1398.
    Start with this section, and work your way down if needed.
    Basic troubleshooting
    Tap Settings > Wi-Fi and turn Wi-Fi off and then on again.
    Verify that you are in range of your Wi-Fi router or base station.
    Confirm that your Wi-Fi router and Cable/DSL modem are connected to power and turned on.
    Check whether other devices (portable computers, for example) are able to connect to the Wi-Fi network and access the Internet.
    Update your Wi-Fi router to the latest firmware.For AirPort Base Stations, refer to this article for information about firmware updates. For third-party Wi-Fi routers, check the manufacturer's website for details on updating your firmware.
    Restart your iOS deviceHold the On/Off button until "slide to power off" appears. Slide to power off your device. When it is off, press the On/Off button to turn it back on.
    All the best,
    Sterling

  • HTML file not working ..!

    Okay so i`ve created a website on flash mx , converted it into html .. uploaded on domain on member.webs.com.. here is the link of file nawazbaig.webs.com/website2.html .. it shows up the blank page . ? it is running perfectly fine on my computer.. but on domain it is not working.. here is the code of html
    <!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" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>website2</title>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="100%" id="website2" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="website2.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <PARAM NAME="SCALE" VALUE="exactfit">
    <embed src="website2.swf" quality="high" bgcolor="#ffffff" width="100%" height="100%" name="website2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"SCALE="exactfit" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    </body>
    </html>
    "  I would really appreciate your comment on this problem..!

    relaxatraja may be right, it could just be your path which is wrong.....
    But you are already using a "relative" path... so that can stay the same... it just might be the wrong one.
    From an old article on pathing:
    Pathing issues
    Almost always when it works on the local machine and not the server, it's a pathing problem.
    You can put your Flash related files in whatever folders you want, they do NOT have to be in the root, they do NOT all have to be in the same folder. But if you have a problem and if sticking them all in the root folder works, then you know that the issue was a pathing problem.
    Just remember that paths used in the .swf become relative to the Web page on which the .swf is placed, NOT it’s physical location.  So for example, if your .swf is in the flash/data folder and you use that .swf on a Web page in the root folder, you are in effect, removing that .swf from flash/data and putting it in root. So if the .swf is loading any related files (xml, images, video, etc), the path used inside the .swf to load the .xml file has to be relative to it's new location in root and then back down into flash/data. This is true even though when testing the .swf by itself, it can be inside flash/data and work just fine, since relative to it's location, the path is just fine, they are in the same folder. But if that same path is used when the .swf is placed on a page two folder levels up, the relative path has changed, the old "same folder" path will not work.
    In fact if you are placing the .swf on a web page in a different folder than the .swf is stored in, and that .swf calls external assets, then direct clicking and opening of the .swf in it’s folder should NOT work! That’s because the paths to the external assets should be relative to the Web page and not the physical location of the .swf.
    So just be sure that you use addresses relative to the final Web page locations (not physical file locations) and you can put the Flash related files in what ever folders you want.
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    Best wishes,
    Adninjastrator

  • Multiple logins from the same site not working with iCloud Keychain

    Hello all,
    I am trying to use the iCloud Keychain with my iPhone and iPad. I use a website that has two different logins, each with its own password. On Mavericks, I am able to select the correct username/password from my iCloud Keychain by pressing the "down" arrow in the username box.
    However, with my iOS devices, I am unable to access multiple logins. It merely Autofills the most recently used combination on whichever device most recently visited the site.
    Is there any way to get multiple login support working for an iOS device?
    Thank you!

    It is possible that there is a problem with the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    Delete the files sessionstore.js [2] and sessionstore.bak in the Firefox Profile Folder.
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.<br />
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    See also:
    * [1] http://kb.mozillazine.org/Session_Restore
    * [2] http://kb.mozillazine.org/sessionstore.js

  • FCP Quicktime movie files not working with iDVD

    I have been using iDVD for years with no issues. Now, whenever I export a QT file from FCP 7 and use it in iDVD, I get a blank screen with audio and no video.
    I am able to work around the problem by using "Export Using Qucktime Conversion" and creating a smaller file, but I've never had to do that before. What in the world am I missing here? Shouldn't I be able to export as a QT movie, as long as the file is not gigantic? (the most recent one I used and had this problem occur was only about 500mb). Thanks for any help...
    Ben

    Hmmm,
    Well this is helpful information but unfortunately didn't solve my problem. The movie in question is only 5 1/2 minutes long. When I export it as a QT movie, iDVD "acts" like everything is fine; I can preview it within iDVD, etc.But when I burn the disc, it comes out blank. I then went back to FCP and exported it using QT conversion, and the DVD burned just fine. (I exclusively use Taiyo Yuden media and have never had a bad disc).
    This is just a simple 16:9 movie, shot at 720/30p on a Canon DSLR. I ingested with Log and Transfer using ProRes422, then dropped it onto the timeline, added a music track, rendered, and exported as Quicktime movie. It looks great on my desktop using the QT player, but it simply will not work in iDVD.  Still stuck here...
    Ben

  • Batch file not working with Scheduler

    I have written a simple batch file which copies contents of one directory to another directory on second server. Both the servers are Windows 2008 R2 and are member servers in the same domain. It is a simple .bat file which copies contents to another folder
    which is mounted as a network drive . 
    This script when I run it from COmmand Prompt window, it works file. But If I schedule it run at a particular time, it does not run. The scheduler starts the batch file and within a second reports it as complete. The copy does not happen.
    I have also tried robocopy command instead of xcopy. But same result.  It works from the command prompt but scheduler cannot run it. But there is no error reported by scheduler.  e.g. task triggrred 11:43:15  completed 11:43:15. 
    Any suggestions? Inputs?
    From :
    shekhar-nsk

    Hi Shekhar,
    I don't think this issue is related to your script. If you run any other simple script then also you may face the same issue.If yes,
    1) Make sure you are using appropriate credential on task schedular. Change User Or Group if require.
    2) Try to run task with "Run with highest privileges"
    3) Ensure you gave the arguments and parameters properly without missing even quotes.
    Can refer below link for more information on scheduling a PS script and replace the same per your requirement for batch file (.bat).
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/43e19576-476d-4735-85ef-c508c18f11e8/executing-powershell-scripts-via-task-scheduler
    Please remember to mark your question as answered & Vote helpful,if this solves/helps your problem.
    Best Regards,
    Pavan Kumar Sapara
    s p kumar

  • Exe file not working with forced download script.

    I have a captivate file that I exported as an exe file for
    pc. It works fine when I download it from the server using the
    direct URL to the file but I don;t want people to actually see
    where it is located so I have a used a force-download php script.
    When I download it by way of the script... it downloads, but the
    file won't play. All I get is a DOS window pop up and then goes
    away. Same file...any ideas?
    The php file I'm using to force the download is below...
    <?php
    $filename = $_GET['file'];
    // required for IE, otherwise Content-disposition is ignored
    if(ini_get('zlib.output_compression'))
    ini_set('zlib.output_compression', 'Off');
    // addition by Jorg Weske
    $file_extension =
    strtolower(substr(strrchr($filename,"."),1));
    if( $filename == "" )
    echo "<html><title>Download
    Error</title><body>ERROR: download file NOT SPECIFIED.
    USE force-download.php?file=filepath</body></html>";
    exit;
    } elseif ( ! file_exists( $filename ) )
    echo "<html><title>Download
    Error</title><body>ERROR: File not found. USE
    force-download.php?file=filepath</body></html>";
    exit;
    switch( $file_extension )
    case "pdf": $ctype="application/pdf"; break;
    case "exe": $ctype="application/octet-stream"; break;
    case "zip": $ctype="application/x-compressed"; break;
    case "swf": $ctype="application/x-shockwave-flash"; break;
    case "doc": $ctype="application/msword"; break;
    case "xls": $ctype="application/vnd.ms-excel"; break;
    case "ppt": $ctype="application/vnd.ms-powerpoint"; break;
    case "gif": $ctype="image/gif"; break;
    case "png": $ctype="image/png"; break;
    case "jpeg":
    case "jpg": $ctype="image/jpg"; break;
    default: $ctype="application/force-download";
    header("Pragma: public"); // required
    header("Expires: 0");
    header("Cache-Control: must-revalidate, post-check=0,
    pre-check=0");
    header("Cache-Control: private",false); // required for
    certain browsers
    header("Content-Type: $ctype");
    // change, added quotes to allow spaces in filenames, by
    Rajkumar Singh
    header("Content-Disposition: attachment;
    filename=\"".basename($filename)."\";" );
    header("Content-Transfer-Encoding: binary");
    header("Content-Length: ".filesize($filename));
    readfile("$filename");
    exit();
    ?>

    Actually...never mind. This script creates a HUGE security
    risk....

  • Jsp:include of html file not working

              Hi
              I wrote:
              <jsp:include page="include.html" />
              <% pageContext.include("include.html"); %>
              in my jsp, but there is no output and no error message.
              What could be the problem?
              If I include include.jsp it works.
              Does jsp:include only work with jsp, not with html???
              I am wondering whether our servlet registrations could be responsible. We have:
              weblogic.httpd.defaultServlet=*.jsp
              weblogic.httpd.register.*.jsp=weblogic.servlet.JSPServlet
              weblogic.httpd.register.*.htm=weblogic.servlet.FileServlet
              weblogic.httpd.register.*.html=weblogic.servlet.FileServlet
              so that the default servlet is the JSPServlet, not the ServletServlet. We don't
              want to use the ServletServlet because it can deliver source code.
              What we want to do is a dynamic including of a file, like so:
              <% String s = ...; %>
              <jsp:include page="<%= s %>" />
              Thanks for any help.
              Alex
              

              By changing the weblogic servlets that are registered, I can get it to work. The
              combination that works is:
              weblogic.httpd.defaultServlet=file
              weblogic.httpd.register.*.jsp=weblogic.servlet.JSPServlet
              weblogic.httpd.register.file=weblogic.servlet.FileServlet
              I am surprised that it doesn't work if *.html is mapped explicitly to the FileServlet
              (which would leave the defaultServlet unused). Why is that?
              And why can't I map defaultServlet to "weblogic.servlet.FileServlet" directly,
              without the intervening virtual name "file"?
              What are the security implications of having FileServlet as the default servlet?
              Thanks
              Alex
              

  • "open file" Not working with Photoshop CS2

    System
    MAc Pro Dual Quad 3Ghz, OS X 10.5.2
    I have a script that I wrote a while ago to take a series of individual bitmaps and compile them into a strip for access inanothe application. Script used to work well....
    I tried to use the script today but ran into a brick wall when trying to open files from within the script.
    below is an example of a script that will not work at all,
    tell application "Adobe Photoshop CS2"
    open file "AV:logo:rot0001.png"
    end tell
    I normally pass the function a variable for the filenames...but the above script should work fine.. but flatly refuses to !
    Below is the Error returned.
    Adobe Photoshop CS2 got an error: General Photoshop error occurred.
    - The object “current document” is not currently available.
    Arghhhh Help !!
    Rgds
    Chris

    Hello
    Perhaps your script used to work under pre-OSX10.5 (AppleScript 1.x) but now fails under OSX10.5 (AppleScript 2.x)?
    If so, the most likely cause is the drastic change in internal text handling between them. In AS2.x, internal text is Unicode only, which might prevent PSCS2 from resolving 'file path_string' descriptor (when path_string is assumed to be plain 'string', not Unicode text).
    Try the following code instead -
    tell application "Adobe Photoshop CS2"
    open ("AV:logo:rot0001.png" as alias)
    end tell
    Or -
    set a to "AV:logo:rot0001.png" as alias
    tell application "Adobe Photoshop CS2"
    open a
    end tell
    Hope this may help,
    H

  • Reading the EDI X12 file not working with the patch 8233048

    Hi
    I have installed the latest path 8233048 on my windowsXP system, now I am not able to see the File being polled and processed.
    In b2b.log I can see the last message as "oracle.tip.adapter.b2b.data.MsgListener:run start listening on message" after that no log.
    In b2b_dc_transport.log, I can see only
    2009.02.07 at 20:35:45:236: B2BStarter thread: (DEBUG) TransportProperties.TransportProperties():http.receiver.registry_port=5110;smtp.receiver.protocol=imap;PROTOCOL_ENDPOINT=null;file.receiver.polling_interval=30;polling_interval=30;http.receiver.instance_name=IP;
    2009.02.07 at 20:35:45:266: B2BStarter thread: (DEBUG) initialize TransportReceiver: [IRIS_Transport_Server < file > < IRIS >]
    2009.02.07 at 20:35:45:266: B2BStarter thread: (DEBUG) FileReceiver.init() started ....
    2009.02.07 at 20:35:45:287: B2BStarter thread: (DEBUG) FileReceiver.init() completed.
    Could you please tell me if I need to do any changes.
    This is working on b2b with only patch: 5907304 which is installed in another windows XP system.
    The same configuration with the latest patch is not working.
    Edited by: Praveena Paruchuru on Mar 7, 2009 7:56 AM

    Hi Dheeraj,
    I have restarted my system many times, not only B2B.
    I have taken the print out of both the tip.properties and compared line by line and wanted to check out which line was making it not to function.
    I added the mismatching lines one by one by one, it was working for all teh updates. Finally I changed it to my new tip.properties.
    Then surprisingly it is working.

  • .psd file not working with Motion 5

    I have a .psd that doesn't want to work with Motion 5.  Every time I try and import it, Motion says that it's not a valid codec.  I can't figurt out what's going on, all my other .psd files seem to work.
    Yes, I'm using RGB colors not CMYK (that is the onne known issue thus far).
    I'm just totally at a lose.  Here's what the console says, if anyone has any insight, I woudl appreciate it:
    6/27/11 1:12:55 PM          [0x0-0xb50b5].com.apple.motionapp[1326]          CPSDSlicesResourceItem::Load(): unsupported slice resource item version (8)
    6/27/11 1:12:55 PM          Motion[1326]          -[ProPSDImageRef initWithPath:] - WARNING - invalid or nonexistent file at /Users/compy/Desktop/PostAppointmetVideo/Corrolary Projects/mockup.psd. Image ref not created.

    I'd be happy to email one of them to you if you'd like.  Or give it to you in some fashion at any rate.  I'm not seeing this problem pop up anywhere else on the internet, so I'm guessing it's just me.  But it would be nice to check with another motion user.
    Email me at jay <no space, just keeping the bots guessing> carr <at> gmail <I'm sure you can guess> com.
    It certainly would be nice to see what happens when I give it to you.  I'm having some very significant issues with PDFs and can't figure out why...

  • Empty Temporary Internet Files not working with IE9

    Hey everyone.  I have an issue in my domain environment where the "Empty Temporary Internet files folder when browser is closed" is enabled but not actually working for pc's that have IE9.  
    I have configured this policy in both Computer Config and User Config on separate occasions to see if it would work but it just doesn't for users IE9.  My domain is still a Server 2003 domain and I manage group policy through the RSAT Tool Group Policy
    Management on my machine.  All machines in my environment are Windows 7 x64 with IE9 except for a few with IE11.  The funny thing is the computers with IE11 (like myself) the GPO works great.  The temporary files get
    flushed whenever I close my browser.  Unfortunately everyone with IE9 the settings say they are applied but they do not work.  I was wondering if it had something to do with the inetres.admx files on my pc since I use IE11.  Anyone have any
    ideas why the policy would only work for IE11 browsers instead of all browsers? 
    The temporary IE folders are in the default locations and I noticed that the IE9 users can't navigate to the content.ie5 directory as well.  When entering content.ie5 in path they can get to it and when clicking on the random directory's it prompts you
    with a windows security warning.  
    Any help or guidance would be great. Thanks!
    ----E----

    Hi,
    Based on the decription, we can try to enable the following policy setting to see if it helps:
    Computer configuration or User Configuration\Policies\Administrative Templates\Windows Components\Internet Explorer\Delete Browsing History\Allow deleting browsing history on exit 
    Regarding this point, the following thread can be referred to for more information.
    Empty Temporary Internet Files Folder when brower is close does not work in windows 7 X64
    https://social.technet.microsoft.com/Forums/en-US/f48d22f7-d46f-40ce-bc40-04b7d3a05405/empty-temporary-internet-files-folder-when-brower-is-close-does-not-work-in-windows-7-x64?forum=w7itproinstall
    Best regards,
    Frank Shen
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Does anyone have a solution to HDV 720p25 files not working with Lion?

    I cant play or edit 720p25 HDV files with Lion, does anyone know how to fix this bug?

    i've been having the exact same problems myself since Lion was released.  I've been having to work with .m2t files and then converting them with MPEG StreamClip to Apple ProRes 422 native quicktime files in order to even use the stupid HDD.  All of my existing .MOV files that were on the HDD prior to upgrade are now all "corrupt". Spoke with Apple reps and Focus reps and both of course are pointing fingers at each other.
    Also, found that .m2t files aren't as high quality as shooting with .mov files on the DR-HD100... interesting huh?  I mean i'm not in too much of a pickle due to the fact that the HDD is still useable it's just more time and steps before getting to edit in FCP now which is annoying considering the fact that I shelled out a lot of money for this HDD to be able to edit immediately...
    APPLE PLEASE FIX THIS!!!!
    I know it's Apple's fault because when i shoot in .mov files on the DR-HD100 and bring them in on my mac mini which is still OS X Snow Leopard, they work just fine... so it's definitely a Lion issue...
    Also, found out that once the files have been dragged onto a HDD operating within OS X Lion, they become corrupt FOREVER and you can't reverse the process!  They remain fine on the DR-HD100 but if you drag them onto a OS X Lion machine, then decide to transfer them to a OS X Snow Leopard device via USB, Network, or whatever, it won't matter because they have already been corrupted by Lion!

  • Locally stored html files not working in default b...

    I use html files transferred from my computer till my Nokia 5800. But after I upgraded to the latest firmware 21-something, the links between the pages don't work anymore. All the links are relative and refer to pages and pictures stored in the same folder. It worked before the upgrade. 
    Any ideas to what the problem might be? 
    The link look like this in the source:
    <a href="_2NameIndex.html">Name</a><br> 

    These files, which display the html snippet in the webpage, are missing :
    http://www.mackenzieproductions.com/Scripts/Widgets/HTMLRegion/Paste.js
    http://www.mackenzieproductions.com/Scripts/Widgets/HTMLRegion/Paste.css
    And this is the widget :
    http://www.mackenzieproductions.com/Mackenzie_Films_files/widget0_markup.html

Maybe you are looking for

  • IDOC message type for "Site" in SAP Retail module?

    Hi All, We have the need to transfer master data (through master data change pointers) of Retail Sites within the SAP Retail module (transaction:  WB01, WB02).  Does anyone know if there's an IDOC message/type already associated with this?  Thanks in

  • UWL not getting refreshed automatically

    Hi, We have a requirement, where in the MSS UWL, we dont require all the 4 tabs (Alerts, Tasks, Notification, Tracking) in the worklist. We only want Tasks tab, which is possible through UWl configuration, which we have done. Now we have only 1 tab w

  • Spare Parts Reservation in SAP DBM

    Hi all, Greetings..! In SAP DBM, if i create the spare parts reservation for service order, i am not able to see who has created the reservation in MB24. The column(User Name) is always empty.But if i create the normal reservation through Tcode MB21,

  • My IPhone orientation freezes / locks and the only resolution Is to restart the iPhone... Help!

    Hi everyone! im using an iPhone 6 Plus with OS 8.0.2 and sometimes when I unlock my phone the orientation is locked upside down or will not change to landscape mode... i've tried the following to resolve without any luck: - Lock and unlock iPhone - T

  • Multiple site-to-site VPNs on same ASA

    I need to set up an IPSEC tunnel to let a vendor at a remote site print to a printer on my network.  I am planning to use an ASA 5520 to do this.  The architecture is pretty simple: [Remote computer] -- [Remote FW] --<VPN Tunnel>-- [Local FW] -- [Loc