Ok well this is the code that I pulled that shows my own standing for work. I guess to start I would like it to TTS my Status and OnDuty Train. Is this possibile the way it is formated?
<html>
<head>
<script language='javascript' src='/vdesk/intranets/volatile.js?687474703a2f2f636d61776562617070767372762e6370722e6361/cmawebapp/approot/EmpStnd.aspx?k=000'></script>
<script src='/vdesk/intranets/cache-fm.php'></script>
<script language="javascript">
function logOff()
{
if (confirm ("Are you sure that you would like to log off"))
{
F5_Inflate_href(F5_Deflate_location(document),0,"logoff.aspx");
}
return;
}
</script><script>try{F5_flush(document);}catch(e){}</script>
</head>
<body>
<table width="100%">
<tr>
<td align="center"><img src="../media/Crewheader.gif?F5CH=I">
</td>
</tr>
<tr>
<td>
<table width="100%">
<tr>
<td width=50% align=right>
<!--<a href="javascript:history.back()">Back</a> -->
<input type="button" value="Back" id=back name=back onclick="history.back()">
</td>
<td width=50% align=left>
<!--<a href="javascript:logOff()">Log Off</a>-->
<input type="button" value="Log Off" id=logoff name=logoff onclick="javascript:logOff()">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=center>
<!-- nfosys:Sumalatha Anduri:19-Dec-2007
Replaced the html table with Table control - .net server control -->
<table id="tabReport" rules="all" border="1" style="width:75%;">
<tr align="center" style="font-size:12pt;font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">
<td colspan="2">Employee Standing</td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">Number</td><td style="background-color:LightGrey;">0000000</td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">Name</td><td style="background-color:LightGrey;">COHOLIC, AL </td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">Sub District</td><td style="background-color:LightGrey;">WINNIPEG </td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">Craft</td><td style="background-color:LightGrey;">BK</td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">Status</td><td style="background-color:LightGrey;">B</td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">Personal Rest<br>hh:mm</td><td style="background-color:LightGrey;">````</td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">MTOD<br>hh:mm</td><td style="background-color:LightGrey;">````</td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">USHR<br>hh:mm</td><td style="background-color:LightGrey;">` </td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">Current Position</td><td style="background-color:LightGrey;">WPG POOL </td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">Current Position Craft</td><td style="background-color:LightGrey;">CO</td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">Asgn Job Start Time<br>hh:mm</td><td style="background-color:LightGrey;"> </td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">Pool / SB Position</td><td style="background-color:LightGrey;">99</td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">ID Pool Flag</td><td style="background-color:LightGrey;"> </td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">DM Rest Day One</td><td style="background-color:LightGrey;"> </td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">DM Rest Day Two</td><td style="background-color:LightGrey;"> </td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">On Duty Train</td><td style="background-color:LightGrey;">2299-21 RC</td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">On Duty Craft</td><td style="background-color:LightGrey;">CO</td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">On Duty Time<br>hh:mm</td><td style="background-color:LightGrey;">08:00</td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">DM Job Tommorow</td><td style="background-color:LightGrey;"> </td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">DM Craft Tommorow</td><td style="background-color:LightGrey;"> </td>
</tr><tr>
<td style="font-weight:bold;background-image: url('../media/beige.jpg?F5CH=I');">DM Job Start Time<br>hh:mm</td><td style="background-color:LightGrey;"> </td>
</tr><tr style="background-image: url('../media/beige.jpg?F5CH=I');">
<td colspan="2">   </td>
</tr><tr style="background-image: url('../media/beige.jpg?F5CH=I');">
<td colspan="2">Data current as of 3/23/2014 8:17:26 AM Mar. 23, 2014 08:17 (GMT-4)</td>
</tr>
</table>
<!-- End code changes -->
</td>
</tr>
<tr>
<td>
<table width="100%">
<tr>
<td width=50% align=right>
<!--<a href="javascript:history.back()">Back</a> -->
<input type="button" value="Back" id=back name=back onclick="history.back()">
</td>
<td width=50% align=left>
<!--<a href="javascript:logOff()">Log Off</a>-->
<input type="button" value="Log Off" id=logoff name=logoff onclick="javascript:logOff()">
</td>
</tr>
</table>
<table width="100%">
<tr>
<td align="center"><font size=1>
For assistance, contact the USC: 1-800-387-1833.
</font></td>
</tr>
<tr>
<td align="center"><font size=2><i>
Version 2.0 February 2008
</i></font></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Thanks again, this site is amazing.