Embed the WIOA ePolicy Widget on your page

Fill in the fields below and a code snippet will be generated that you can use to embed the WIOA ePolicy Widget on a page on your website.

Specifying a percentage for the width of the widget is highly recommended, as that percentage will be the percent of the width of the container you put it in and will be responsive, so it should look good on desktop and laptop computers as well as mobile devices such as a phone. We also strongly recommend that you follow the instructions in the section below titled Variable Height Widget, as it will get rid of the scroll bars on the right hand side of the widget's iframe.

Variable Height Widget

If you include some additional code on your page, you can have your page resize the widget so that no scroll bars show on the right hand side. The techniques used for this are known to work in Internet Explorer 11, all versions of Microsft Edge, and the latest versions of Google Chrome, FireFox, Safari (on Windows, Mac, and iOS devices), and the default browser that ships with Android.

  1. If you're not already using jQuery on your page, you must add this line to the <head></head> section of your page:
    <script type="text/javascript" src="https://apps.illinoisworknet.com/WIOAPolicy/Scripts/jquery-1.10.2.min.js"></script>
    Our code is known to work with jQuery 1.8.3 and newer. It may work in older versions, but this has not been tested.
  2. Add the following two lines to the <head></head> section of your page:
    <script type="text/javascript" src="https://www.illinoisworknet.com/_layouts/15/1033/scripts/workNet/frameResize.js"></script>
    <script type="text/javascript" src="https://www.illinoisworknet.com/_layouts/15/1033/scripts/workNet/postMessageHandler.js"></script>