Veculim
Tracking
Home
Screen Shots
Compare Levels
Getting Started
Contact Us
Tracking
Online Documentation


To Embed the Veculim job tracker on a page use an iFrame section on your page.

The URL for the frame is

https://www.veculim.com/TrackJob

If you wish to prime the Job Id then you can do so by passing a parameter with the URL. For example;

https://www.veculim.com/TrackJob?JobId=ABC1234

Of course you can use tailor the iFrame attributes to your needs, the example below is just an example.

Example;

<iframe
  src="https://www.veculim.com/TrackJob"
  style="width: 700px; height: 600px"
  scrolling="no"
  marginwidth="0"
  marginheight="0"
  frameborder="0"
  vspace="0"
  hspace="0">
</iframe>