Code:


<script>
 
var OrderData
 
<!–
 
function GetOrder(){
try
 {
 xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");   
 }
catch (e)
  {
  try
  {     
  xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");     
  }
    catch (e)
      {     
    alert("Your browser is not supported");
    return false;
    }   
  } 
  xmlHttp.onreadystatechange=function()
    {
    if(xmlHttp.readyState==4)
    {
    OrderData=xmlHttp.responseText;
    alert(OrderData)//This alert returns values
  }
  }
 var ReqString = "CustID="+CustID;
  xmlHttp.open("GET","GetItems.asp?"+ReqString,true);
 xmlHttp.send(null);
}
 
 
function Init()
{
OrderData=GetOrder()
}
alert(OrderData)//This alert returns "undefined"
–>
</script>


HTML Code:

</head>
<body onLoad="Init();">


30,000 Mb And Unlimited Bandwidth Only $3.75/mo.


Go Daddy  $6.95 .com sale 468x60

Powered By: BigInfo.org