Jump to content
  • 0

Subform (iframe) gone after platform update


BugDebug

Question

Most of my input forms includes a small report in a iframe where the last 10 entries are shown. After the platform upgrade, the subreports (iframes) no longer show up. Nothing is changed on the pages for years. It seems to be related to the browsers now considering the script as unsafe and hence not executing it. The frame can be made visible, accepting a browser security warning, shown in the URL input bar (Chrome).

This is the code in use, can anyone assist with getting it working again, it's inserted in the footer of the page:

<iframe allowtransparency=true frameborder=0 id=rf sandbox="allow-same-origin allow-forms allow-scripts" scrolling=auto src="http://b6.caspio.com/dp.asp?AppKey=[The appkey is here]" style="width:100%;height:100%"></iframe>
</head>

Thanks in advance.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0
16 hours ago, BugDebug said:

Most of my input forms includes a small report in a iframe where the last 10 entries are shown. After the platform upgrade, the subreports (iframes) no longer show up. Nothing is changed on the pages for years. It seems to be related to the browsers now considering the script as unsafe and hence not executing it. The frame can be made visible, accepting a browser security warning, shown in the URL input bar (Chrome).

This is the code in use, can anyone assist with getting it working again, it's inserted in the footer of the page:

<iframe allowtransparency=true frameborder=0 id=rf sandbox="allow-same-origin allow-forms allow-scripts" scrolling=auto src="http://b6.caspio.com/dp.asp?AppKey=[The appkey is here]" style="width:100%;height:100%"></iframe>
</head>

Thanks in advance.

Hi,

Try using https protocol instead of http in the URL of the datapage: 

https://b6.caspio.com/dp.asp?AppKey=[The_appkey_is_here]

It should fix the issue. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...