Administrator

Administrator

  • Tech Writer
  • 2.2k
  • 1.5m

XML HTTP problem in netscape 4.75

Apr 16 2003 11:05 AM
Dear friends! I have following problem I am using XML HTTP component in my code to send a request to another page through javascript. It perfectly works in IE browser but not working in netscape 4.75 I am using following code. xmlhttp.Open("POST", "file.aspx", false); xmlhttp.Send(); TableName= xmlhttp.ResponseText please help.. amol