hudsonprint.mynetworksolutions.mobi Open in urlscan Pro
145.239.170.42  Public Scan

Submitted URL: http://hudsonprint.mynetworksolutions.mobi/
Effective URL: https://hudsonprint.mynetworksolutions.mobi/
Submission: On January 04 via api from US — Scanned from FR

Form analysis 3 forms found in the DOM

POST https://hudsonprint.mynetworksolutions.mobi/sendEmailForm

<form id="modal_sendingEmail" class="space-y-6" method="POST" action="https://hudsonprint.mynetworksolutions.mobi/sendEmailForm">
  <input type="hidden" name="_token" value="X2EogOthYunNU9rCBj6HGKdBS96y7P0HrzCiJbYR" autocomplete="off">
  <div>
    <input type="hidden" name="email" id="modal-default-email" value="">
  </div>
  <div>
    <label for="emailFrom" class="block mb-2 text-sm font-medium text-gray-900">From :</label>
    <input type="email" name="from" id="from" placeholder="Your email" value="" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg
                                   focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5" required="">
  </div>
  <div>
    <label for="subject" class="block mb-2 text-sm font-medium text-gray-900">Subject : </label>
    <input type="text" autocomplete="subject" name="subject" maxlength="230" id="subject" value="" placeholder="Subject of the email" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg
                               focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5" required="">
  </div>
  <div>
    <label for="message" class="block mb-2 text-sm font-medium text-gray-900">Message : </label>
    <textarea rows="4" name="message" text="" placeholder="Message" id="message" maxlength="1000" class="block p-2.5 w-full text-sm text-gray-900 bg-gray-50 rounded-lg
                                  border border-gray-300 focus:ring-blue-500 focus:border-blue-500"></textarea>
  </div>
  <div>
    <p class="mt-2 text-sm text-red-600 dark:text-red-500">
      <span class="font-medium">
      </span>
    </p>
  </div>
  <div class="p-6 text-center">
    <button data-modal-toggle="email-modal" type="button" class="text-white bg-red-600 hover:bg-red-800 focus:ring-4 focus:outline-none
                                focus:ring-red-300 font-medium rounded-lg text-sm inline-flex items-center px-5 py-2.5
                                text-center mr-2">Cancel </button>
    <button type="submit" id="emailSubmit" class="text-gray-500 bg-white hover:bg-gray-100 focus:ring-4
                                focus:outline-none focus:ring-gray-200 rounded-lg
                                border border-gray-200 text-sm font-medium px-5 py-2.5 hover:text-gray-900
                                focus:z-10">Send </button>
    <div class="inline hidden" id="emailLoading" role="status">
      <svg class="inline mr-2 w-8 h-8 text-gray-200 animate-spin dark:text-gray-600 fill-blue-600" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z"
          fill="currentColor"></path>
        <path
          d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z"
          fill="#28659C"></path>
      </svg>
      <span class="sr-only">Loading...</span>
    </div>
  </div>
</form>

POST https://hudsonprint.mynetworksolutions.mobi/verifiedBeforeSave

<form id="follow_sendingEmail" class="space-y-6" method="POST" action="https://hudsonprint.mynetworksolutions.mobi/verifiedBeforeSave">
  <input type="hidden" name="_token" value="X2EogOthYunNU9rCBj6HGKdBS96y7P0HrzCiJbYR" autocomplete="off">
  <div>
    <label for="email" class="block mb-2 text-sm font-medium text-gray-900">Email</label>
    <input type="email" name="email" id="default-follow-email" value="" autocomplete="email" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500
                                    focus:border-blue-500 block w-full p-2.5" placeholder="Email" required="">
  </div>
  <div>
    <label for="password" class="block mb-2 text-sm font-medium text-gray-900">Password</label>
    <input type="password" autocomplete="password" id="password" name="password" placeholder="Password" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg
                               focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5" required="">
  </div>
  <div>
    <input type="hidden" name="follow" value="true">
    <input type="hidden" name="webcard_url" value="info.web.com/hudsonprintmynetworksolutionsmobi">
    <input type="hidden" name="alias" value="hudsonprintmynetworksolutionsmobi">
  </div>
  <div>
    <p class="mt-2 text-sm text-red-600">
      <span class="font-medium">
      </span>
    </p>
  </div>
  <div class="flex justify-between">
    <a href="/user/forgotten-password" class="text-sm text-blue-700 hover:underline">Forgotten Password?</a>
  </div>
  <div class="p-6 text-center">
    <button data-modal-toggle="login-follow-modal" type="button" class="text-white bg-red-600 hover:bg-red-800 focus:ring-4 focus:outline-none
                                focus:ring-red-300 font-medium rounded-lg text-sm inline-flex items-center px-5 py-2.5
                                text-center mr-2">Cancel </button>
    <button type="submit" id="followSubmit" class="text-gray-500 bg-white hover:bg-gray-100 focus:ring-4
                                focus:outline-none focus:ring-gray-200 rounded-lg
                                border border-gray-200 text-sm font-medium px-5 py-2.5 hover:text-gray-900
                                focus:z-10">Log in </button>
    <div class="inline hidden" id="followLoading" role="status">
      <svg class="inline mr-2 w-8 h-8 text-gray-200 animate-spin dark:text-gray-600 fill-blue-600" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z"
          fill="currentColor"></path>
        <path
          d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z"
          fill="#28659C"></path>
      </svg>
      <span class="sr-only">Loading...</span>
    </div>
  </div>
</form>

POST https://hudsonprint.mynetworksolutions.mobi/login

<form class="space-y-6" method="POST" action="https://hudsonprint.mynetworksolutions.mobi/login">
  <input type="hidden" name="_token" value="X2EogOthYunNU9rCBj6HGKdBS96y7P0HrzCiJbYR" autocomplete="off">
  <div>
    <label for="email" class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300">Email</label>
    <input type="email" name="email" id="default-login-email" value="" autocomplete="email" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500
                                    focus:border-blue-500 block w-full p-2.5 dark:bg-gray-600 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white" placeholder="Email" required="">
  </div>
  <div>
    <label for="password" class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300">Password</label>
    <input type="password" autocomplete="password" id="default-login-password" name="password" placeholder="Password" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg
                               focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-600 dark:border-gray-500
                               dark:placeholder-gray-400 dark:text-white" required="">
  </div>
  <div class="flex justify-between">
    <a href="/user/forgotten-password" class="text-sm text-blue-700 hover:underline dark:text-blue-500">Forgotten Password?</a>
  </div>
  <input type="hidden" name="alias" value="hudsonprintmynetworksolutionsmobi">
  <div>
    <p class="mt-2 text-sm text-red-600 dark:text-red-500">
      <span class="font-medium">
      </span>
    </p>
  </div>
  <div class="text-center">
    <button type="submit" id="loginSubmit" class="w-full text-white bg-blue-700 hover:bg-blue-800 focus:ring-4
                            focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center"> Log in</button>
    <div class="inline hidden text-center w-full" id="loginLoading" role="status">
      <svg class="inline mr-2 w-8 h-8 text-gray-200 animate-spin dark:text-gray-600 fill-blue-600" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z"
          fill="currentColor"></path>
        <path
          d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z"
          fill="#28659C"></path>
      </svg>
      <span class="sr-only">Loading...</span>
    </div>
  </div>
</form>

Text Content

 * +19037581773

Bahasa Indonesia English
 * Download vCard
 * Print

 * Description
 * Opening Hours
 * Keep in touch
 * Map

Bahasa Indonesia English
   
 * Email Send Us a Message
   
 * Phone
   
 * Description
 * Opening Hours
 * Keep in touch
 * Map

H


HUDSON PRINTING LONGVIEW







Description

Hudson Printing is a commercial printing company in Longview, TX and serving
East Texas since 1959, provides the highest quality digital and offset ink on
paper
Opening Hours

Sunday
Closed
Monday
8:00 - 17:00
Tuesday
8:00 - 17:00
Wednesday
8:00 - 17:00
Thursday
8:00 - 17:00
Friday
8:00 - 17:00
Saturday
Closed
Website

 * Visit Our Full Website

Keep in touch


Address

 * 611 S Mobberly Ave
 * Longview
 * TX 75602
 * 
 * 
 * 

Map


←Déplacement vers la gauche→Déplacement vers la droite↑Déplacement vers le
haut↓Déplacement vers le bas+Zoom avant-Zoom arrièreAccueilDéplacement de 75 %
vers la gaucheFinDéplacement de 75 % vers la droitePage précédenteDéplacement de
75 % vers le hautPage suivanteDéplacement de 75 % vers le bas

Pour naviguer, appuyez sur les touches fléchées.






Plan
 * Relief

Satellite
 * Légendes












Raccourcis clavier
Données cartographiquesDonnées cartographiques ©2025
Données cartographiques ©2025

20 m 

Cliquez pour basculer entre les unités métriques et impériales
Conditions d'utilisation
Signaler une erreur cartographique
 * Download vCard
 * Print

Close


CONTACT US

From :
Subject :
Message :



Cancel Send
Loading...
Close


LOGIN

To Follow this Webcard you need an account, please log in.

Email
Password




Forgotten Password?
Cancel Log in
Loading...
Close


LOGIN

Email
Password
Forgotten Password?



Log in
Loading...