k, as you seem little off and didn't bother checking on that topic, shoot this (if it works you can buy me a cup of coffee or something):
Code:

$term="whatever value you want to put there :P"
$web=createobject("microsoft.xmlhttp")
$web.open("POST","http://intranet.mycompany.com/empinfo.asp", not 1)
$web.setRequestHeader = "Content-Type", "application/x-www-form-urlencoded"
$web.send("empno="+$term)
"reply: " ? $web.responsebody


_________________________
!

download KiXnet