Launching iDashboards in an iFrame

The links below are used to show examples of launching iDashboards in an iFrame using the iDashboards Embedded Viewer Mode.



The code listed in the next few lines shows how to link using a web address.
It will point directly to a Frame allowing your users to stay on one page.

Link:
<a href="https://gallery.idashboards.com/preview/viewer?guestuser=embeduser&dashID=243" target="dash_frame">Doctor's Scorecard</a>

Frame:
<iframe scrolling='no' frameborder='0' width='1300' height='700' name="dash_frame"></iframe>