Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    App not working after upgrade (3.1to 5.0 PRO)

    Hi There

    I upgraded an app from 3.1 to 5.0 PRO.

    In Chrome's console I am seeing an error: "Uncaught ReferenceError: iframe is not defined"

    Comparing the calls between 3.1 and 5.0 I noticed a difference in the response. In 5.0 is tries to reference a variable named "iframe" while in 3.1 it does something different

    3.1
    Code:
    ONLOAD='var results = document.formResults.results.value;if (!(new RegExp("^(\\d{1,3}\\.){3}\\d{1,3}$").test(document.domain))) {while (!window.isc && document.domain.indexOf(".") != -1 ) { try { parent.isc; break} catch (e) {document.domain = document.domain.replace(/.*?\./, "")}}}parent.isc.Comm.hiddenFrameReply(4,results)'><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><FORM name='formResults'><TEXTAREA readonly name='results'>
    5.0
    Code:
    ONLOAD='var results = document.formResults.results.value;iframe'><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><FORM name='formResults'><TEXTAREA readonly name='results'>
    Please can someone recommend a course of action to to get things working?

    #2
    Ok found the issue - some jars not copied lib.

    Comment

    Working...
    X