![]() | |
#11
| |||
| |||
|
|
Send a HEAD request for the "cover.jpg" file. In the handler that is triggered when the response comes back, check for 200 response code & then make the image visible at that point. |

| http://jibbering.com/2002/4/httprequest.html it seems, this web page doesn't exist |

#12
| |||
| |||
|
|
Stephen <ssansom (AT) austin (DOT) rr.com> wrote in news Q_ab.55358$834.54901 (AT) twister (DOT) austin.rr.com:Send a HEAD request for the "cover.jpg" file. In the handler that is triggered when the response comes back, check for 200 response code & then make the image visible at that point. script language="JavaScript" var xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); xmlHttp.open("HEAD", "cover.jpg", false); xmlHttp.send(); document.write(xmlHttp.statusText); /script is that correct to see return code on the browser screen? i see nothing ![]() |
| http://jibbering.com/2002/4/httprequest.html it seems, this web page doesn't exist |
#13
| |||
| |||
|
|
Stephen <ssansom (AT) austin (DOT) rr.com> wrote in news Q_ab.55358$834.54901 (AT) twister (DOT) austin.rr.com:Send a HEAD request for the "cover.jpg" file. In the handler that is triggered when the response comes back, check for 200 response code & then make the image visible at that point. script language="JavaScript" var xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); xmlHttp.open("HEAD", "cover.jpg", false); xmlHttp.send(); document.write(xmlHttp.statusText); /script is that correct to see return code on the browser screen? i see nothing ![]() |
| http://jibbering.com/2002/4/httprequest.html it seems, this web page doesn't exist |
![]() |
| Thread Tools | |
| Display Modes | |
| |