iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello,
In our ongoing effort to achieve 508 compliancy, we've discovered that when we use the WebDialog, this iFrame is rendered on the page:
<iframe src="javascript:false;" id="TempIFrameID" tabindex="-1" style="width:1px;height:1px;z-index:-1;position:absolute;left:-500px;top:-500px"></iframe>
508 compliancy asks that the iframes elements are required to contain element content, and a title attribute. Please let us know if it's possible to somehow modify the iframe on our side. If not, could you possibly include this correction in the next hotfix?
Thank you,
Dasha.
Hi Dasha,
Yes, you can programmatically add the required attribute and the source via a simple javascript.
Example,
var iframe = document.getElementById("TempIFrameID");
iframe.src = "yourHtml.html"; // make sure you really have this blank html
iframe.title = "Temporary IFrame";
Hope this helps,James.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname