Testing links

I post these links for the assistance of those Windows users who may have troubles with the Akamai Download Manager. If you can use the downloader do so - it has resume capabilities.
If you need to use the direct links below note that they work in Firefox and Internet Explorer. Many of them do *NOT* work with downloader software that I've tried.
Home Page for Additional Content Downloads (PRE9, 8 and 7):
http://www.adobe.com/special/premiereel/downloads/
Home Page for Premiere Elements 9 Trial:
https://www.adobe.com/cfusion/tdrc/index.cfm?product=premiere_elements&loc=en_us
Direct links for Premiere Elements 9 Trial:
http://trials2.adobe.com/AdobeProducts/PRE/9/win32/PremiereElements_9_LS15.7z
http://trials2.adobe.com/AdobeProducts/PRE/9/win32/PremiereElements_9_LS15.7z
Premiere Elements 9 Video Render Patch:
Playback issues in trial versions of Adobe Premiere Elements 9
http://kb2.adobe.com/cps/870/cpsid_87080/attachments/VideoRenderer.dll
Premiere Elements 9 Additional Content:
http://esd.adobe.com/AdobeProducts/PRE/9/win32/PremiereElements_9_Content_ALL_LS15.7z
http://esd.adobe.com/AdobeProducts/PRE/9/win32/PremiereElements_9_Content_ALL_LS15.exe
Premiere Elements 8 Trial:
http://trials.adobe.com/AdobeProducts/PRE/PremiereElements_8_LS8.7z
http://trials.adobe.com/AdobeProducts/PRE/PremiereElements_8_LS8.exe
Premiere Elements 8.0.1 Patch:
http://download.adobe.com/pub/adobe/premiereel/win/8.x/premiere_elemen ts_801.zip
Did the patch install successfully?
Premiere Elements 8 Additional Content:
http://trials.adobe.com/AdobeProducts/PRE/PremiereElements_8_Content_L S8.7z
http://trials.adobe.com/AdobeProducts/PRE/PremiereElements_8_Content_L S8.exe
Premiere Elements 7 Trial:
http://download2.fyxm.net/38/38111/PRE7_TB_WWEFGJ.7z
Note that this file is from an external source and only the compressed archive file is available. You will need to unzip the archive with 7-Zip and run the setup manually.
Premiere Elements 7.0.3 Patch:
http://download.adobe.com/pub/adobe/premiereel/win/7.x/Elements703_Patch.zip
Premiere Elements 7 Additional Content:
http://esd.adobe.com/Applications/Premiereel/7/PRE7_Cont_WWSINLSW.7z
http://esd.adobe.com/Applications/Premiereel/7/PRE7_Cont_WWSINLSW.exe
Installation Instructions:
http://kb2.adobe.com/cps/837/cpsid_83773.html
Trial FAQ:
http://www.adobe.com/store/en_us/popup/software/elements8/trialfaq.html
Cheers,
Neale
Insanity is hereditary, you get it from your children

Still looking for a way to post a line of code longer than 80 characters without the forum software polluting it with extra spaces.
http://javascript:(function(){var allLinks,communityID,myString,mySplit,search_obj,form_obj;communityID="ERROR";allLinks=do cument.getElementsByTagName('link');for(var i=0;i<allLinks.length;++i){if(myString=allLinks[i].href.match(/community=[0-9]+/)){commun ityID=myString.toString();mySplit=communityID.split("=");communityID=mySplit[1];break;}}if (communityID!=="ERROR"){if(document.getElementById){if(document.getElementById('jive-userb ar-search')){search_obj=document.getElementById('jive-userbar-search');form_obj=search_obj .getElementsByTagName('form')[0];form_obj.innerHTML='<input type="hidden" value="'+communityID+'" name="CommunityID"/>'+form_obj.innerHTML;}}}alert('Search is now confined to Forum '+communityID)})()
Do I expect this to work? No.
Noel

Similar Messages

  • Test Links for Users OUTSIDE the Workflow

    Hello,
    In our company we have a process where updates are requested, then someone makes the updates and then a test link is sent to the requestor so they can review and approve. This is all pre-UCM, we have been working in another CMS and are moving to UCM now. The question that has arisen is how can users that are NOT in the workflow or dont even have users accounts view the content on the server?
    Basically when we send test links to the requestor they often send to their coworkers etc... for further review and from what we are being told about workflows is that ONLY the users IN the workflow can see the updates on the site in the browser.
    Is there a "work a round" to this? How can we allow anyone to see updated content on our test site?
    Could we create a Generic Guest account that has read to all content and is in all workflows? What have you experenced in your implementations and how have you resolved?
    Thank you
    Brett.

    WOW, no one has run into this type of situation. Amazing. well then... hmmmm.....

  • .Msi run test link and Cisco programs help?

    HEllo
    I am contemplating buying a Mac but  I do need to install a Cisco product for work and therefore I've tried to run a test which allows you to see if it can be done
    i tried on different Mac comps (few friends have) but this link didn't even run any test
    http://www.systemrequirementslab.com/Client/GreatvirtualWorks/?apikey=1b76a201-6 fb7-485f-8e08-1ad71a52a7f2&clientid=999-999
    Can someone tells me if does it only work on windows bootcamp? Does it work If it's done throu boot camp or any other windows thing on Mac?
    I'm wondering Cisco software can be installed using bootcamp?has someone maybe installed Cisco products on Mac with boot camp?
    I'll appreciate any help just wanna make a decision
    Thank you guys

    Quote from: Maesus on 05-April-07, 23:50:58
    wait.... P6N SLI, for dual channel is it DIMM 1 & 2 or DIMM 3 &4, and not DIMM 1 & 3 or 2&4 ?
    It's just confusing, because of the way MSI colors thier slots (different from every other motherboard manufacturer)...  the layout is the same as every other board and is used the same, but note the following labeling below:
    cpu is here
    DIMM1 (green slot, closest to cpu)
    DIMM3 (green)
    DIMM2 (orange slot, closest to cpu)
    DIMM4 (orange)
    24pin power connector is here
    ...if you look closely, the 'second slot down from the top' is labeled DIMM3  (<-- 3 ), so yes - according to the actual labeling, you are supposed to use DIMM1 & DIMM2 (one green and one orange) slots.  However most people commonly 'refer' to these as "slots 1&3" - and thus, the confusion .

  • Looping through objects - testing links

    Hi
    I have a script that moves all instances of a linked object according to user defined X,Y values.
    In order to do this, I need to loop through all objects with links
    What is the best way to do this?
    As of now, this is what I am doing:
    var g = myDoc.allGraphics;
    for (var i=0; i<g.length; i++) {
         if (g[i].itemLink.name == USER_LINK) {
              g[i].parent.move(undefined, [USER_X, USER_Y]);
    It works well, however I ran into some problems where link was null
    Also, is it always the graphic that is linked, or can its parent be linked as well?
    If not, then I can just condition that if itemLink == null - continue
    Any advice and guidance would be much appreciated
    Thanks
    David

    It works well, however I ran into some problems where link was null
    if (g[i].itemLink && g[i].itemLink.name == "USER_LINK")     //     should be enough
    Also, is it always the graphic that is linked, or can its parent be linked as well?
    Graphic can be linked ==> itemLink !=null and itemLink.status can vary
    or pasted ==> itemLink == null.
    As far as I know graphic.parent can not be linked.
    However not every linked graphic.parent can be moved. I e. those one which are anchored with
    AnchorPosition.INLINE_POSITION and AnchorPosition.ABOVE_LINE
    Above case can be a source of error as well.
    Consider also locked object or locked entire layers.
    Jarek

  • Issue Applying Simple Links In SharePoint 2013

    Having recently migrated a site from 2010 to 2013, I have now started enhancing existing pages whilst adding new one's also.
    However, I am unable to add basic links to either text or graphics in 2013? This is frustrating and bizarre.
    Typically, I create a thumbnail image and host it on the appropriate SharePoint page, then copy the URL of the page I want it to point to, then add the link to the image, using the
    Link feature in the ribbon.
    Simple? You would think so.
    However, in 2010 it worked without issue. In 2013 it permits me to perform the aforesaid actions. (I even use the
    test link feature which confirms the link is correct, yet after saving the page, clicking on the thumbnail thereafter, the links points to the typical
    The webpage cannot be found page.
    I've not experiened this before. Having tried all obvious options I cannot currently apply links to either text or graphics in 2013 which is greatly impacting my project work.
    Any ideas or suggestions very welcome.
    Senninha010

    Hi Sen,
    What is the url when link redirects you to the  typical The
    webpage cannot be found page ?
    Regards
    Soni K

  • I can't get Firefox to open a new tab each time I click on a link or favorite. It keeps loading onto the current tab.

    I went to Tools>Options>Tabs and entered a check mark next to the first entry, "Open New Windows in a New Tab Instead" but it still does not open a new tab each time I click on a link or one of my favorites. It used to way back in earlier versions of Firefox but hasn't for the past few iterations...am I doing something wrong or do I need to activate something else within Firefox?

    '''''"I went to Tools>Options>Tabs and entered a check mark next to the first entry, "Open New Windows in a New Tab Instead" but it still does not open a new tab each time I click on a link or one of my favorites."'''''
    That option only controls pages that would open in a new window based on the code on the website page you are visiting.
    Firefox's default is to open a link or a Bookmark in the currently selected tab.
    You have some options to have links and/or Bookmarks open in a new tab:
    *middle-click the link or Bookmark (middle-click = press the mouse scroll wheel)
    *CTRL+left-click the link or Bookmark
    *right-click the link or Bookmark and choose "Open in New Tab"
    *install one of the following and set the options to automatically open links or Bookmarks in a new tab:
    **'''''Tab Utilities Lite''''': https://addons.mozilla.org/en-US/firefox/addon/tab-utilities-lite/
    **'''''Tab Utilities''''' (a few more options than the "Lite" version): https://addons.mozilla.org/en-US/firefox/addon/tab-utilities/
    **'''''Tab Mix Plus''''' (a heavyweight tab utility extension): https://addons.mozilla.org/en-US/firefox/addon/tab-mix-plus/
    <br />
    <br />
    '''You need to update the following.''' The Plugin version(s) shown below was/were submitted with your question and is/are out of date. You should update to avoid known security issues with the version(s) you have installed. Click on "More system info..." to the right of your question to see what was included with your question.
    *Adobe PDF Plug-In For Firefox and Netscape 10.0.1
    *Next Generation Java Plug-in 1.6.0_24 for Mozilla browsers
    #'''''Check your plugin versions''''' on either of the following links':
    #*http://www.mozilla.com/en-US/plugincheck/
    #*https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #*There are plugin specific testing links available from this page:
    #**http://kb.mozillazine.org/Testing_plugins
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**SAVE the installer to your hard drive (save to your Desktop so that you can find it after the download). Exit/Close Firefox. Run the installer you just downloaded.
    #**Use either of the links below:
    #***https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox ''(click on "Installing and updating Adobe Reader")''
    #***''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #*After the installation, start Firefox and check your version again.
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
    #**'''''Be sure to <u>un-check the Yahoo Toolbar</u> option during the install if you do not want it installed.
    #*Also see "Manual Update" in this article to update from the Java Control Panel in Windows Control Panel: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org/Firefox_:_FAQs_:_Install_Java#Multiple_Java_Console_extensions
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

  • Firefox won't open links from other programs if already running

    I've seen this reported many other places, but none of the solutions have worked. I am running Firefox v33.0.2 (current as of this message) on Windows 7 64-bit (fully updated). I did the following:
    1. Completely deleted my profile;
    2. Uninstalled Firefox, then manually deleted all remaining files on the system pertaining to Firefox and rebooted;
    3. Gone into the Windows "Default Programs" control panel (DPCP) and told it to make Internet Explorer the default (giving it all of its defaults);
    4. Downloaded a fresh copy of the installer and installed Firefox 33.0.2;
    5. Let the installer set my default browser to Firefox;
    6. Tested link opening behaviour (see below);
    7. Let Firefox set itself as the default browser when it asked me;
    8. Tested link opening behaviour again (see below);
    9. With Firefox not running, gone back into the DPCP, and had it set all of Firefox's defaults;
    10. Tested link opening behaviour again (see below);
    11. With Firefox not running, set Internet Explorer to the default via the DPCP, then back to Firefox;
    12. Tested link opening behaviour again (see below);
    13. Repeated steps 11 and 12 with Firefox in safe-mode;
    14. Repeated steps 11 and 12 with Firefox in normal-mode with a new profile;
    The observed link-opening behaviour:
    - Internet shortcuts (i.e., actual shortcut files on, say, the Desktop) open in Firefox without issue whether or not Firefox is already running. When this approach is taken, no additional firefox.exe processes are created. The process does not have any command-line parameters per Task Manager;
    - Links clicked in Thunderbird open correctly if Firefox is not running: one new firefox.exe process is created, I get a new Firefox window and the link loads correctly. The firefox.exe process does not have any command-line parameters per Task Manager;
    - Links clicked in Thunderbird yield the "Firefox is already running, but is not responding" message if Firefox is already running. In this case, I see a second firefox.exe process created. Per Task Manager, the new process has the command-line arguments '-osint -url "FOO"' where FOO is the URL I clicked.
    From these observations I believe that the link hand-off behaviour is broken. I use a single profile using the as-installed shortcuts.
    Intitial version: 33.0.2
    Update: Updated to 33.1, still broken.

    Under Tools > Options > Advanced look to see if the "check if Firefox is default browser on startup" Check this and then restart FF. If it isn't the default it should ask if you want to make it the default. Choose yes and it should open when clicking links again.

  • Field Cost Ctr is a required field for G/L account TEST 504004

    Dear Sir
    I create Purchase order and I try to make GRN then the following error occured. Please help me.
    " Field Cost Ctr is a required field for G/L account TEST 504004
    Message no. F5808
    Diagnosis
    The value for field "Cost Ctr" in the interface to Financial Accounting is an initial value but you are required to make an entry in the field selection for G/L account "504004" in company code "TEST" linked to the field selection for posting key "96".
    System Response
    Error
    Procedure
    It might be an error in the configuration of the G/L account field selection. The initial application, used to call up the interface must otherwise define a value for field "Cost Ctr". If this is the case, contact the consultant responsible for the application used to call up the interface or get in contact with SAP directly."
    Thanks
    Rajakumar

    Hello,
    Please read the steps you have to follow. I have put some data for the example:
    1,FS05
    G/L account no. 151040
    Company code    0110
    Field status group           G022
    2,OBY6
    Company Code    0110  QCPL - 
    Field status variant           PCPL
    3,OB14
    Field status variant PCPL     Group G022
    Consolid.(TTY=Req Text=Opt Alloc=Opt)
    Cost Center   = required !! (probably the cause)   > change to optional
    Best Regards,
    Arminda Jack

  • Testing Resume extractor is configured - I am getting following error.

    To test the Resume Extractor configured, navigate to Set Up HRMS ->
    Product Related ->Recruiting ->Vendor
    click “Search” if it is configured.
    Click the “Test” link to browse a resume/CV and click “Upload”.
    After Press Upload button I am getting Following error.
    Java Exception: java.lang.NoClassDefFoundError: org/apache/commons/codec/binary/Base64: during call of com.peoplesoft.hrms.hrs.base64Utils.base64Encode. (2,763) HRS_HROI.UTIL.Base64Wrapper.OnExecute Name:encode PCPC:251 Statement:6
    Called from:HRS_HROI_RESUMEEXTRACT.UTIL.ResumeProcessing.OnExecute Name:uploadResume Statement:58
    Called from:HRS_HROI_RESUMEEXTRACT.Services.ResumeExtract.OnExecute Name:buildTestpage Statement:89
    Called from:HRS_HROI.Components.HRS_VENDOR_SETUP.OnExecute Name:FieldChange_HRS_TEST_LINK Statement:150
    Called from:HRS_VENDOR_SETUP.GBL.HRS_VNDR_WRK.HRS_TEST_LINK.FieldChange Statement:2
    Edited by: Silambarasan.K on Jul 4, 2011 6:12 PM

    Now resume loaded,It's show following error now.
    To test the Resume Extractor configured, navigate to Set Up HRMS ->
    Product Related ->Recruiting ->Vendor
    click “Search” if it is configured.
    Click the “Test” link to browse a resume/CV and click “Upload”.
    Now loaded Press Continue Button It's show new exception,
    Fatal SQL error occurred. (2,125) HRS_HROI.UTIL.CoreCommunications.OnExecute Name:BuildTransactionLogXml PCPC:14843 Statement:289
    Called from:HRS_HROI.UTIL.CoreCommunications.OnExecute Name:BuildTransactionLog Statement:167
    Called from:HRS_HROI_RESUMEEXTRACT.Services.ResumeExtract.OnExecute Name:DoService Statement:14
    Called from:HRS_HROI_RESUMEEXTRACT.Services.ResumeExtract.OnExecute Name:processTestPage Statement:119
    Called from:HRS_HROI.Components.HRS_VENDOR_SETUP.OnExecute Name:FieldChange_HRS_TEST_SUBMIT Statement:159
    C
    A SQL error has occurred, review the SQL to determine the cause of the error.
    Review the program for errors. If necessary, run a PeopleCode trace to determine the program that failed.

  • Ipod mini battery test?

    the battery life on my ipod mini is terrible. i don't use the backlight too much or the equalizer and i use the hold switch when i have it off. i heard there is a page on the apple site where they can do a diagnostics test or something like that on the batt life. i can't find the page though. any one know what i'm talkin bout???
    ipod mini 3g

    If your battery dies or cannot maintain a charge, Apple’s Service Request process will:
    - Replace it for free during the first 6 months of the warranty**
    - Replace it for a shipping charge (~$35) after 6 months and prior to the 1-year period **
    - Replace it for free if you have the additional AppleCare policy (this extends the warranty to 2 years)**
    - Replace it 'anytime' for a $59 charge (was $99 until 7-8-2005)
    b This is regardless of where it was legitimately purchased.
    i ** See the ‘Battery Test’ link below. This is how Apple determines if the battery is not performing. If the iPod’s battery lasts less than 50% of the ‘up to’ metric, then Apple considers it a problem. For example: This means less than 4 hours for a 1st Gen Mini and less than 9 hours for a 2nd Gen Mini. -- Best to perform this
    b specific
    i test yourself, prior to sending in the iPod for warranty work
    b and
    i understand the battery life metric for your unit.
    iPod's Battery Indicator is Approximate / Battery Test

  • DW error? Links created in CS4 put a slash in front of the filename in html.

    To create a link I select the text then choose make link to an html file that is on the same level. When I go to the code the link has been made but the new link has a slash in front of it.
    For example:  <a href="/test.html"> test link</a>
    I have been given no support by the company on this issue.  I have repeated the process a variety of ways and still DW puts a slash in front of the filename.  So then I have to go in and delete the slash.
    Shouldn't they be fixing this issue? Or does someone know of a fix?

    From what I can gather from your screenshots, Dreamweaver is inserting your links correctly.
    A slash at the front of a link means site root.
    <a href="/test.html"> looks for a file called test.html in the root level of the site. If that file does not exist at root level then the link is broken.
    If test.html is one folder down then, if the / is included at the front of a link, then the link will not work unless the folder name is included in the link
    <a href="/folder/test.html">
    If, as you say, the file to which you want to link is in the same folder then you need a Relative to Document link.
    Thus in the Select File dialog box shown in SelectFileatSameLevel.jpg, change Relative to Site Root to read Relative to Document.
    Your link will be inserted as <a href="test.html">
    Does your link now work locally and remotely?
    If not, are the files to be linked, which are at the same level, in the same directory or different directories?

  • Image Link in HTML Help Doesn't Work (Works Fine in PDF)

    Using TCS V1.3 with the latest patches.
    Single source project with FM to RH -- output to HTML Help.
    I want to create a hyperlink over an image that, when clicked, opens a new topic within the same .chm file.
    Here's what I did:
    1. Imported image by ref. into FM.
    2. Created text box over image.
    3. Created a hypertext link (Specify Named Destination) at the beginning of the destination heading/topic.
    4. Created a hypertext link (Jump to Named Destination) inside the text box.
    5. Tested link in FM - works fine.
    6. Tested link in PDF - works fine.
    7. Tested in .chm - link doesn't exist, just the image.
    Have I missed a step?

    Hello,
    Its because Spry attaches event listeners on the "tabs / buttons / handles" of the accordion, these event listeners are set so they prevent default events.
    There a few ways to solve it.
    - Add a onclick event to your <a> elements that does this:
    onclick="window.location = this.href; return true;"
    - Or you could add another event listener that does it for you, so you don't have to bother adding onclick="" to your elements
    - Or edit the SpryAccordion.js. On line 248 to 276 you will find:
    if (e.preventDefault) e.preventDefault();
    else e.returnValue = false;
    if (e.stopPropagation) e.stopPropagation();
    else e.cancelBubble = true;
    return false;
    Replace it with:
    if (e.stopPropagation) e.stopPropagation();
    else e.cancelBubble = true;
    return true;
    Hopes this helps,

  • External link to location in PDF not working

    I can't get an external link to open to a specific place in a PDF.  I have tried the code for named destination and a page number and nothing is working.  I actually found some good documentation on line that should me all the parameters that could be passed, unfortunately, they aren't working.
    Here are the ways I have test linking into the PDF:
    http://at3etfsn1.atlanta.ibm.com/crm/sheol/Marketing/MAT_DPP_ExercisesA.pdf#nameddest=LogO ut
    http://at3etfsn1.atlanta.ibm.com/crm/sheol/Marketing/MAT_DPP_ExercisesA.pdf#LogOut
    http://at3etfsn1.atlanta.ibm.com/crm/sheol/Marketing/MAT_DPP_ExercisesA.pdf#page=22
    http://at3etfsn1.atlanta.ibm.com/crm/sheol/Marketing/MAT_DPP_ExercisesA.pdf#22
    The link is stored on a wiki... but I didn't think that would make a difference.  The PDF was created using Acrobat 9.0 from a Word document.  I have made sure that the document does not have any security.  Please let me know if you have any suggestions that might help me get this to work.
    I know this is shocking, but I did actually read the documentation.  LogOut is a bookmark I made with no spaces in the name.  I'm not sure what else to try.  If you have some examples or suggestions please let me know.
    Thanks for your help.
    Take care.

    The link was copied from a post I'd made to AUC from back in 2008; so, yes it can/does work.
    I've used PDF Open parameters with MSIE 5, 6, 7, & 8.
    During use of any particular MSIE release I always keep it updated as MS rolls out the updates.
    Used Adobe Reader 5, 6, 7, 8,  & 9 - each updated as Adobe rolled out the updates.
    Used Acrobat 5 (Full), Pro 6, 7, 8, 8 3D, 9 (Pro Extd).
    Again, as updates are rolled out they are applied.
    Just checked again with:
    MSIE 6 (fully updated) & Adobe Reader 9.3.2
    MSIE 8 (fully updated) & Acrobat 3D (8.2.2)
    MSIE 8 (fully  updated) & Acrobat 9 Pro Extd (9.3.2)
    For all, the open parameter performed as expected.
    Source PDF's Initial View is page only.
    Rendered in browser showing bookmarks and opened to the specified page.
    As to MSIE add-ons; this varies with the MSIE release.
    IE 6 shows less than IE 8.
    Various threads at Acrobat User Community may be informative.
    For keyword search: "open parameters"
    For Author search: "daka630"
    At AUC Forum Search:
    http://www.acrobatusers.com/forums/aucbb/search.php
    5th post to this thread has the link I used above as well as some others -
    http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=15061
    n.b., tried the links you provided - nothing appears in the browser - same if I delete # and all subsequent characters after the file extension.
    As to "installs" - basically, I run with the out-of-the-box installs; nothing "custom".
    One thing that is common to the Adobe Reader/MSIE 6 & the various Acrobat/MSIE8 checks I just did is that for "Documents" in the Preferences the 'Open Setting' of "Restore last view settings when reopening documents" is not ticked.
    -- just an end note here, open parameters have been around since at least Acrobat 4.x
    Be well...

  • Link to spry tab or accorion not working

    I have gone to http://foundationphp.com/tutorials/spry_url_utils.php by Mr.Powers (great suff by the way!) and tried using the code in the tutorial just as described to create links to non-default tabs or accordions on other pages but not having any luck. The link takes me to the page, but not the target tab or accordion - whichever I try.
    Also, once I change the scrip code at the bottom of the page, it causes the tab or accordion panels to display as a continuation down the page, not contained within the element. As if a div tag were left out or something.
    First I copied SpryURLUtils.js from the Spry 1.6 release into the SpryAssets folder.
    (The 2 pages shown here are working test pages within my site for an accordion panel link).
    Here are the locations and code I entered into this page ( www.wilsonchiropractic.net/Research/Copy_CurrentLit.html )
    for a link to the bottom unopened (H1N1...) accordion panel:
    At the end of the head section:
    <script type="text/javascript" src="SpryAssets/SpryURLUtils.js"></script>
    <script type="text/javascript"> var params = Spry.Utils.getLocationParamsAsObject(); </script>
    Then at the end of the page withing the script tags, I modified the Accordion1 variable identifier to:
    var Accordion1 = new Spry.Widget.Accordion("Accordion1", {defaultPanel: params.panel ? params.panel: 0});
    (this is the code that makes the entire panel set, accordion or tabs, to continue out of the panel container).
    Lastly this is the link from the starting page - ( http://www.wilsonchiropractic.net/LinkTest.html ):
    <a href="http://www.wilsonchiropractic.net/Research/Copy_CurrentLit.html?Panel=1#Addordion1">test link to research panel</a>
    There are a number of other links to tabs or other accordions I need to create. I would assume if I can get this coding figured out, I can get the others to work.
    Please Help!! Thank you!! --Jeff

    One obvious problem is this:
    <link href="../SpryAssets/SpryAccordion2.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="SpryAssets/SpryURLUtils.js"></script>
    The link to SpryURLUtils.js is pointing to the wrong location. It should be this:
    <script type="text/javascript" src="../SpryAssets/SpryURLUtils.js"></script>

  • Problem with posting links to AD content.

    I was creating a post to refer to an existing solution from another user I'd located via the search feature. Although I copied & pasted the link for the page from my browser when I tested the link it looped back to the current thread rather than the thread I wanted to point to...
    I've managed to work around the problem by clicking one of the internal links within the thread to generate an alternate address for the same content however this is not at all intuituve.
    For clarity here are the relevant URLs
    From search: http://discussions.apple.com/thread.jspa?messageID=12648828&#12648828
    From thread: http://discussions.apple.com/message.jspa?messageID=12648828#12648828
    The first looped back when I posted it, the second works as expected.
    tt2
    Weirdly both work fine from this post
    Just to make sure I'm not going mad I've added a test link back into this post and it loops back as before...
    Message was edited by: turingtest2

    Hi Ali,
    Thanks... my concern was that when using just this format:
    *<a href="Insert URL Here">Type Title Here</a>*
    and... *"to avoid typos, it is helpful to go to the web page you are linking to, and copy & paste the URL from the address bar of your browser."*
    the results were not as expected. +*I know*+ how to make, test & correct any formatted links I've made but I would expect a pasted in URL to take me to the page I copied it from.
    The body of my original message contains the following link:
    <a href="http://discussions.apple.com/thread.jspa?messageID=12648828&#12648828">Te st link, please ignore</a>
    but when rendered the URL is modified to:
    http://discussions.apple.com/message.jspa?messageID=12828081# instead of http://discussions.apple.com/thread.jspa?messageID=12648828&#12648828
    tt2

Maybe you are looking for

  • I have a String can I replace them?

    My string is: "Select * from everywhere WHERE everybody = man;" I am using it as an argument to be passed to a method: SQLCommander(String mySQLString4Java) {...}Inside the SQLCommander method, I want to replace the string "everywhere" to what is sim

  • What is the yellow, "other" category which is taking up 1.90gb of space?

    Hi there, I have a 6g nano, 16gb. In iTunes I can see that out of the 14.98gb capacity, 12.4gb is audio, 0.75gb is free, and 1.90gb is "other". It shows up as yellow in the bar down the bottom in the capacity window. My question is: what does "other"

  • Is there a good white balance plug-in for Premiere Elements?

    Now that I've discovered and installed the Mercalli V2 Stabilizer plug-in (wow, is it great!), I think that the only thing lacking in Premiere Elements 10 is a plug-in to correct white balance. What I'm talking about is a simple warmer / cooler tempe

  • Accessing iTune Library with Apple TV?

    have been successfully acessing my iTunes library on Apple TV. I recently added music from a recent CD purchase, and it does not show up when I use Apple TV. iTunes Match is on, as well as iTunes Home Sharing. When I update iTune Match I get a messag

  • Plant determination in sales order

    Hello Please let me know the ways from which the delivery plant determines in the sales order. Thanks J