53063593e3
Final
10 lines
155 B
HTML
10 lines
155 B
HTML
<script>
|
|
try
|
|
{
|
|
request = new XMLHTTPRequest()
|
|
}
|
|
catch(err)
|
|
{
|
|
// Use a different method to create an XML HTTP Request object
|
|
}
|
|
</script> |