Hi, I was wondering how I could pass variables to a php script. At the moment, I'm automating a form submission by using the _IE functions, but I feel it would be much more efficient if I could directly send data to the php script that the form calls. I tried _IENavigate(IE,"POST.php?name=NAME&class=CLASS") but it did not seem to work. The form code is: <form name='form' id='form' method='POST' action='POST.php'> <input type='text' name='name' size='20' value="" /> <