Forum Moderators: open

Message Too Old, No Replies

getHTTPObject() IE 6

getHTTPObject() IE 6

         

optik

6:01 pm on Dec 7, 2007 (gmt 0)

10+ Year Member



I have a line giving me an error in IE 6 although it works fine in all other browsers I've tested.

var http = getHTTPObject();

http is coming back as null or undefined

thanks

optik

6:18 pm on Dec 7, 2007 (gmt 0)

10+ Year Member



don't worry it is now working, not sure why

penders

10:12 am on Dec 10, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Just to note, getHTTPObject is not a native JavaScript function - this will need to be defined elsewhere in your code.