B
BigDave
Hi,
I'm a C++ programmer attempting to learn some basics of Javascript.
The following line is confusing me...
GDownloadUrl("/test.aspx", function(xmlData, responseCode)
.... with respect to the 2nd parameter in the method -
'function(xmlData'
What does this syntax mean exactly? I presume it means some thing of
an xmlData type, but being a C programmer, I'm not used to open
brackets '(' without a closing one!
If you could pass me a link to a Javascript reference that explains
this, that would be useful.
Thanks
I'm a C++ programmer attempting to learn some basics of Javascript.
The following line is confusing me...
GDownloadUrl("/test.aspx", function(xmlData, responseCode)
.... with respect to the 2nd parameter in the method -
'function(xmlData'
What does this syntax mean exactly? I presume it means some thing of
an xmlData type, but being a C programmer, I'm not used to open
brackets '(' without a closing one!
If you could pass me a link to a Javascript reference that explains
this, that would be useful.
Thanks