www.eprintview.com Open in urlscan Pro
2606:4700::6812:ea0  Public Scan

Submitted URL: http://www.eprintview.com/
Effective URL: https://www.eprintview.com/goBrowser.do
Submission: On January 19 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: Netui_Form_0POST /login.do

<form name="Netui_Form_0" id="Netui_Form_0" action="/login.do" method="post">
  <div class="ePVCornerRadiusAll" style="padding: 4px; border: solid 2px #5c7fbc; ">
    <input type="hidden" name="{actionForm._securityToken}" value="JE2xGhBzCQn+n/J8fuTtDFw/A+snWHH2wuNjA6fgJ0Vf7SxhJk7bcNvBzIsijM6pMcWETVBN9qHxkvfYV2wdmunxhPZvIpzCAsi5MBNuSv+KZ7caHEHms5fLFIWcm1u6pL9eP/vORNAI/Sykg9e3mngGw7suYVLxx4Ppkunp5Hs=">
    <table width="100%" class="ePVCornerRadiusAll ePVLoginBoxBackground" border="0" cellpadding="0" cellspacing="0" align="center">
      <tbody>
        <tr>
          <td></td>
          <td height="15" colspan="2" align="center" style="font-family: verdana; font-size: 10pt; font-style: normal; padding-bottom: 10px">
            <div class="fas fa-user-circle fa-3x"></div>
            <br>
          </td>
          <td align="right"></td>
        </tr>
        <tr>
          <td></td>
          <td colspan="2"></td>
          <td></td>
        </tr>
        <tr>
          <td></td>
          <td colspan="2" align="center" style="font-family: verdana; font-size: 10pt; font-style: normal; padding-bottom: 20px">
            <a href="https://yearli.com/legal/terms-of-use?_netui%3AreturnActionViewRenderer=org.apache.beehive.netui.tags.internal.ReturnActionViewRenderer&amp;_netui%3AreturnActionCallback=Netui_OnPopupDone" style="font-family:verdana;" onclick="Netui_Popup('https://yearli.com/legal/terms-of-use?_netui%3AreturnActionViewRenderer=org.apache.beehive.netui.tags.internal.ReturnActionViewRenderer&amp;_netui%3AreturnActionCallback=Netui_OnPopupDone','','scrollbars=1,directories=0,width=600,resizable=1,height=600,status=0,toolbar=0,location=0,menubar=0',false,'Netui_Window',null);return false;">Terms of Use</a>
            <script language="JavaScript" type="text/JavaScript"> <!--
window_netui_popup["Netui_Window"] = null;
--> </script>
          </td>
          <td></td>
        </tr>
        <tr valign="top">
          <td>&nbsp;</td>
          <td nowrap="nowrap"><span class="ePVMgmtLabel">Login ID:</span></td>
          <td><!--
                                    |netui:textBox dataSource="{actionForm.loginID}" tagId="loginID"/>
                                    --> <input type="text" name="{actionForm.empId}" id="loginID" maxlength="15" size="20" autocomplete="off">
            <script language="JavaScript" type="text/JavaScript"> <!--
// Build the netui_names table to map the tagId attributes
// to the real id written into the HTML
if (netui_names == null)
   var netui_names = new Object();
netui_names.loginID="{actionForm.empId}"
// method which will return a real id for a tagId,
// the tag parameter will be used to find the idScope for
// containers that may scope their ids
function getNetuiTagName(id, tag)
{
   var idScope = getScopeId(tag);
   if (idScope == "")
      return netui_names[id];
   else
      return netui_names[idScope  + "__" + id];
}

// This method will walk the hierarchy from the pass element looking for a idScope.
// The first idScope found will be returned or the empty string if a idScope is not found.
function getScopeId(tag)
{
   if (tag == null || tag.getAttribute == null)
      return "";
   try {
      var attrVal = tag.getAttribute("netui:idScope");
   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
   if (attrVal != null)
      return attrVal;
   return getScopeId(tag.parentNode);
}

--> </script>
            <script language="JavaScript" type="text/JavaScript"> <!--
// lookup by tagId to "real id"
function lookupIdByTagId(id, tag)
{
   var idScope = lookupIdScope(tag,".");
   return (idScope == "") ? id : idScope + id;
}

//Non-Legacy lookup method creating a fully qualified scope id
function lookupIdScope(tag,sep)
{
   var val = "";
   if (sep == null) sep = "";
   while (tag != null && tag.getAttribute != null) {
      try {
         var attrVal = tag.getAttribute("netui:idScope");
      } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
      if (attrVal != null)
         val = attrVal + sep + val;
      tag = tag.parentNode;
   }
   return val;
}


// map tagId to "real name"
if (netui_tagIdNameMap == null)
   var netui_tagIdNameMap = new Object();
netui_tagIdNameMap.loginID="{actionForm.empId}"
// lookup by tagId to "real name"
function lookupNameByTagId(id, tag)
{
   var idScope = lookupIdScope(tag,"_");
   if (idScope == "")
      return netui_tagIdNameMap[id];
   else
      return netui_tagIdNameMap[idScope  + "__" + id];
}

--> </script>
          </td>
          <td>&nbsp;</td>
        </tr>
        <tr>
          <td>&nbsp;</td>
          <td nowrap="nowrap"><span class="ePVMgmtLabel">Password:</span></td>
          <td><input type="password" name="{actionForm.password}" id="password" maxlength="20" size="20" autocomplete="off">
            <script language="JavaScript" type="text/JavaScript"> <!--
netui_names.password="{actionForm.password}"
--> </script>
            <script language="JavaScript" type="text/JavaScript"> <!--
netui_tagIdNameMap.password="{actionForm.password}"
--> </script>
          </td>
          <td>&nbsp;</td>
        </tr>
        <tr>
          <td>&nbsp;</td>
          <td nowrap="nowrap"><span class="ePVMgmtLabel">Employer PIN:</span></td>
          <td><input type="password" name="{actionForm.emplrPin}" id="emplrCode" maxlength="4" size="4" autocomplete="off">
            <script language="JavaScript" type="text/JavaScript"> <!--
netui_names.emplrCode="{actionForm.emplrPin}"
--> </script>
            <script language="JavaScript" type="text/JavaScript"> <!--
netui_tagIdNameMap.emplrCode="{actionForm.emplrPin}"
--> </script>
          </td>
          <td>&nbsp;</td>
        </tr>
        <tr>
          <td>&nbsp;</td>
          <td nowrap="nowrap"><span class="ePVMgmtLabel">Country:</span></td>
          <td>
            <input type="radio" name="wlw-radio_button_group_key:{actionForm.countrySelection}" value="rbUS" checked=""><span>U.S. Forms <br></span>
            <input type="radio" name="wlw-radio_button_group_key:{actionForm.countrySelection}" value="rbCanada"><span>Canada Slips<br></span>
          </td>
          <td></td>
        </tr>
        <tr>
          <td>&nbsp;</td>
          <td colspan="2" align="center" style="padding-top: 10px; padding-bottom: 10px; font-family: verdana; font-size: 10pt; font-weight: normal">
            <a href="/toForgotPassword.do">Forgot
        							Password?</a>
          </td>
          <td>&nbsp;</td>
        </tr>
        <tr>
          <!-- Display error messages. -->
          <!--  END Email Error Message -->
        </tr>
        <tr>
          <td>&nbsp;</td>
          <td colspan="2" align="center"><input type="submit" name="actionOverride:login" value="Log In"></td>
          <td>&nbsp;</td>
        </tr>
        <tr>
          <td>&nbsp;</td>
          <td colspan="2" style="font-family:verdana;font-size:7pt;"></td>
          <td>&nbsp;</td>
        </tr>
      </tbody>
    </table>
  </div>
  <table border="0" cellpadding="0" cellspacing="0">
    <!-- <tr>
        						<td style="padding-bottom: 10px;">
        							<table border="0" cellpadding="0" cellspacing="0" >
        								<tr>
        									<td style="text-align: left; font-size: 10pt;">
        										<p>* = required</p>
        									</td>
        									<td style="text-align: right">
        									</td>
        								</tr>
        							</table>
        						</td>
        					</tr> -->
    <!-- Display error messages. -->
    <!--  END Email Error Message -->
    <tbody>
      <tr>
        <td>
          <div style="font-size: 10pt;"><!-- <p></p> -->
            <p>This site requires Cookies. If they are not enabled please update your browser settings.</p>
            <div style="display:none; text-align: center;"></div>
          </div>
        </td>
      </tr>
    </tbody>
  </table>
</form>

Text Content

 

Privacy Policy | Help

Online Tax Forms and Pay Stubs
Securely delivering online forms and additional year-end services






Terms of Use   Login ID:     Password:     Employer PIN:     Country: U.S. Forms
Canada Slips
  Forgot Password?          

This site requires Cookies. If they are not enabled please update your browser
settings.



true true true



PRINT your $20 off Tax Preparation Coupon










 

 © Copyright 2019 - 2024   e-Printview ™ by Greatland Corporation. All Rights
Reserved.