
Sep 9th, 2006, 14:18
|
|
Junior Member
|
|
Join Date: Sep 2005
Location: Beyond the seas there's a town,In hand of each child a branch of insight lies,I shall build a boat.
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Re: Getdata()
Hello firend
From AJAX for dummies:
Quote:
Checking to make sure you have a valid XMLHttpRequest object
Now that you’ve got the needed
XMLHttpRequest object stored in the variable
XMLHttpRequestObject
, how do you actually fetch the text the application
wants when the user clicks the button? All that takes place in the
getData
- Code: Select all
function in the <script> element, as shown here:
<FONT face=WileyCode-Regular size=1>
<script language = “javascript”>
.
.
.
function getData(dataSource, divID)
{
.
.
.
}
</script>
|
From that link you sent:
Syntax
sRetrieveData = object.getData(sDataFormat) That is different syntax,Anyway thanks
Last edited by spinal007; Sep 9th, 2006 at 17:14.
|