Javascript from OneDrive No longer working. (HELP!)

  • Unknown's avatar

    I have (had) embedded excel webapp spreadsheets on my wordpress blog. I put these on last month and they were working fine, then one day they were not. I didn’t change anything.

    One example is here: http://www.mortgagecalculatortoolkit.com/affordability-calculator/

    None of the calculators will load from Onedrive now. The code from the about wordpress page is:

    <h3>Most mortgage calculators on the internet spit out numbers based on what you will qualify for.  A more prudent approach would be to base a purchase price on payments that are within your budget.</h3>
    <h3>The calculator below has been designed to base a purchase price on what you can afford, taking into consideration all of your current financial obligations.</h3>
    <h3>The calculator has categories for basic expenses and a category for “Other.”  “Other” is every other monthly expense.  Spend some time considering what you are currently spending money on for this category: furniture, appliances, lawn and garden care, home maintenance and improvement, personal care items, life and disability insurance, pet care, subscriptions, donations, gifts, dining out, movies, concerts, sporting events, books, hobbies, memberships, sports, vacations, RESPs, RRSPs, etc.  The list could go on and on.</h3>

    <span style=’color: #000000;’>

    This is not a qualification calculator.</span></h3>
    <center><div id=’myExcelDiv’ style=’width: 493px; height: 711px;’></div>
    <script src=’http://r.office.microsoft.com/r/rlidExcelWLJS?v=1&kip=1′ type=’text/javascript’></script>
    <script type=’text/javascript’>// <![CDATA[
    /*
    * This code uses the Microsoft Office Excel Javascript object model to programmatically insert the
    * Excel Web App into a div with id=myExcelDiv. The full API is documented at
    * http://msdn.microsoft.com/en-US/library/hh315812.aspx. There you can find out how to programmatically get
    * values from your Excel file and how to use the rest of the object model.
    */

    // Use this file token to reference Home Purchase Affordability Calculator.xlsx in Excel’s APIs
    var fileToken = ‘SD4F1E9551887123D5!556/5701158355711632341/t=0&s=0&v=!AJlRza1O8t_Bk0E’;

    // run the Excel load handler on page load
    if (window.attachEvent) {
    window.attachEvent(‘onload’, loadEwaOnPageLoad);
    } else {
    window.addEventListener(‘DOMContentLoaded’, loadEwaOnPageLoad, false);
    }

    function loadEwaOnPageLoad() {
    var props = {
    item: ”Affordability’!A1:D33′,
    uiOptions: {
    showDownloadButton: false,
    showParametersTaskPane: false
    },
    interactivityOptions: {
    allowParameterModification: false,
    allowSorting: false,
    allowFiltering: false,
    allowPivotTableInteractivity: false
    }
    };

    Ewa.EwaControl.loadEwaAsync(fileToken, ‘myExcelDiv’, props, onEwaLoaded);
    }

    function onEwaLoaded(result) {
    /*
    * Add code here to interact with the embedded Excel web app.
    * Find out more at http://msdn.microsoft.com/en-US/library/hh315812.aspx.
    */
    }
    // ]]></script>

  • Unknown's avatar

    You failed to provide the URL of the site in question and that’s required so post it now please.

  • Unknown's avatar
  • Unknown's avatar

    What is the URL of the site you registered and want to use onedrive on?

  • Unknown's avatar

    I believe we have a basic misunderstanding going on.

    mortgagecalculatortoolkit.com is hosted by GoDaddy.com, not by wordpress.COM and we d not provide support for any sites that are not hosted by wordpress.COM.

    Hosting provider: GoDaddy.com
    WHOIS: Click Here
    IP Address: 23.229.186.40
    Name Servers:
    ns70.domaincontrol.com
    ns69.domaincontrol.com

    That site(s) is (are) not hosted by wordpress.COM. Our support docs do not apply, and we do not provide support. You are posting to the wrong support forum.

    WordPress.COM and WordPress.ORG are completely separate and have different username accounts, logins, features, run different versions of some themes with the same names, and have separate support documentation and separate support forums. Read the differences here http://en.support.wordpress.com/com-vs-org/

    As you are referring to a wordpress.ORG software install on paid hosting, if you don’t have a username account at WordPress.ORG account, then click http://wordpress.org/support/ and register one on the top right-hand corner of the page that opens, https://wordpress.org/support/register.php so you can post to the support forums there.
    Resetting your WordPress.ORG password http://codex.wordpress.org/Resetting_Your_Password
    WordPress.org support docs are at https://codex.wordpress.org/Main_Page
    See also https://apps.wordpress.org/support/

  • The topic ‘Javascript from OneDrive No longer working. (HELP!)’ is closed to new replies.