Hi all,
I'm pretty unfamiliar with working in Web Queries and I'm trying to understand how to pass the variables so I can access the information.
Here is the source on the web page - can someone get me started on how to pass the Username and Password?
</script>
<body onload='body_onload()';><div id='notification-container'><div id='notification'><div id='notification-header'>OMS/K-PLAS Down Time Notification</div><div id='notification-body'><p id='notification-english'>On Wednesday, January 20, 2010 at 11:00am EDT, OMS/K-PLAS will be down for approximately 30 minutes for changes/remedy ticket fixes. OMS/K-PLAS will be unavailable during that time.</p><p id='notification-english'>El miércoles 20 de enero del 2010 a 11:00 EDT. La fase 2 del OMS/K-PLAS no funcionará durante aproximadamente 30 minutos por modificaciones. OMS/K-PLAS no estará disponible durante este periodo de tiempo.</p><p id='notification-english'>Am Mittwoch, 20. Januar 2010 um 11:00 Uhr (EDT), wird OMS/K-PLAS für voraussichtlich 30 Minuten aufgrund von Wartungsarbeiten nicht verfügbar sein. </p></div></div></div><div id=divLogon align=center><br><br><br><br><br><form id=frmLogon name=frmLogon><table><tr><th colspan=2>Log On</th></tr><tr><td>User Name</td><td><input type=text id=txtUserName name=txtUserName size=23 maxlength=8 value='' tabIndex=0></td></tr><tr><td>Password</td><td><input type=password id=txtUserPassword name=txtUserPassword size=20 maxlength=8 value=''></td></tr><tr><td colspan=2 align=center> <button type=submit id=btnLogon name=btnLogon onclick='return clnLogon_LogonUser()';>Logon</button> <button id=btnchgPass name=btnchgPass onclick='clnLogon_GoToPasswordForm()';>Change Password</button> </td></tr><tr><td colspan=2 align=center><button onclick=window.location='about:home'; id=btnCancel name=btnCancel>Cancel</button></td></tr></table></form></div></body>
I'm pretty unfamiliar with working in Web Queries and I'm trying to understand how to pass the variables so I can access the information.
Here is the source on the web page - can someone get me started on how to pass the Username and Password?
</script>
<body onload='body_onload()';><div id='notification-container'><div id='notification'><div id='notification-header'>OMS/K-PLAS Down Time Notification</div><div id='notification-body'><p id='notification-english'>On Wednesday, January 20, 2010 at 11:00am EDT, OMS/K-PLAS will be down for approximately 30 minutes for changes/remedy ticket fixes. OMS/K-PLAS will be unavailable during that time.</p><p id='notification-english'>El miércoles 20 de enero del 2010 a 11:00 EDT. La fase 2 del OMS/K-PLAS no funcionará durante aproximadamente 30 minutos por modificaciones. OMS/K-PLAS no estará disponible durante este periodo de tiempo.</p><p id='notification-english'>Am Mittwoch, 20. Januar 2010 um 11:00 Uhr (EDT), wird OMS/K-PLAS für voraussichtlich 30 Minuten aufgrund von Wartungsarbeiten nicht verfügbar sein. </p></div></div></div><div id=divLogon align=center><br><br><br><br><br><form id=frmLogon name=frmLogon><table><tr><th colspan=2>Log On</th></tr><tr><td>User Name</td><td><input type=text id=txtUserName name=txtUserName size=23 maxlength=8 value='' tabIndex=0></td></tr><tr><td>Password</td><td><input type=password id=txtUserPassword name=txtUserPassword size=20 maxlength=8 value=''></td></tr><tr><td colspan=2 align=center> <button type=submit id=btnLogon name=btnLogon onclick='return clnLogon_LogonUser()';>Logon</button> <button id=btnchgPass name=btnchgPass onclick='clnLogon_GoToPasswordForm()';>Change Password</button> </td></tr><tr><td colspan=2 align=center><button onclick=window.location='about:home'; id=btnCancel name=btnCancel>Cancel</button></td></tr></table></form></div></body>