Add a custom logo to the user.asp

This example discusses how to add a custom logo and link to a web site to the
User.asp
.
TIP: Images and files must be placed in directories under
\Batch\web\
to use relative ("./") paths. Otherwise, absolute path names must be used (for example, "
/full_path/Image.gif
").
  1. Open
    User.asp
    in a text Editor such as Notepad and save it with the name
    User.old
    . This allows you to recover the original file should you need it.
  2. Open the original
    User.asp
    file.
  3. Locate the line that is highlighted in the file (as shown below).
    ePro_sample user asp
  4. Edit this line with the desired information:
    • The new URL
      For example: http://www.acmecorp.com/safetydocs.html
    • The text to use when the mouse moves over the logo (Alt)
      For example: IMG alt="Acme Corp"
    • The name of the new logo image (.gif or .gif)
      For example: src="./images/acmelogo.gif" (if the image has been copied to the
      \Program Files\Rockwell Software\Batch\web\images
      directory)
      or src="/fullpath/acmelogo.gif" (if the file is located outside the
      \Program Files\Rockwell Software\Batch\web\images
      directory)
      The new file should resemble the figure below:
      ePro_sample new user asp
  5. Save the file as
    User.asp
    . Exit the text editor.
  6. Open
    eProcedure
    to verify that the changes take place. The new
    eProcedure
    opening page should resemble the image below. Note the mouse over text and the URL in the status bar at the bottom of the window.
    ePro_AcmeLogo
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal