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

Submitted URL: http://eprintview.com/
Effective URL: https://www.eprintview.com/goBrowser.do
Submission: On January 07 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="dby4L3g5dZOeWfJ9mU53Z52oaZ1GZR5o4z4ZeAyNZLWWgCjcobr4nW+eY2WlqJMQlEoYlzokNdd8r+/bny5e3VEtZg0BQDr0gG3TqYC5kChJDBkCH/z/9FHm28FzrijzWdb4qpiyFYfcFaBJAC5WCG61dje7kSJXOzMJovANHNI=">
    <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 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>&nbsp;</td>
          <td 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>&nbsp;</td>
          <td align="left">
            <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;"> By logging into this website I am accepting the terms and conditions of this disclaimer. <a href="javascript:void(0);" style="font-size: 10pt" onclick="window.open('/Information/Disclosure.jsp',
	                                		'helpwindow','width=600,height=450,scrollbars=yes,resizable=yes' );
	                               			 return false;">Click here</a> to view the information. <!-- <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







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

By logging into this website I am accepting the terms and conditions of this
disclaimer. Click here to view the information.

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 - 2023   e-Printview ™ by Greatland Corporation. All Rights
Reserved.