Error processing SSI file
Error processing SSI file

Home » Development Area » DigiGuide Listings Grabber » API Index » Class: XMLHttpRequest » send Method

Class XMLHttpRequest : send Method


void send( [ String postData ] )

Summary

Start the request


Parameters

ParameterDescription
String postData [optional] Data you wish to post to the URL


Examples

var client = new XMLHttpRequest();
client.open("GET", "http://www.digiguide.com/i/nav/banner_gradient.gif", false );

client.send("");


Requirements

Build Build 1

(Last updated: February 13, 2020 12:43:31)

Error processing SSI file