TechTip: Access XML Web Services with JavaScript (1 viewing) (1) Guest
Favoured: 0
|
|
|
TOPIC: TechTip: Access XML Web Services with JavaScript
|
g11021 (User)
Fresh Boarder
Posts: 19
|
|
TechTip: Access XML Web Services with JavaScript 1 Year, 1 Month ago
|
Karma: 0
|
|
There is missing a semicolon at the end of the first line in the script <BR>
- var xmlHttp, rateString <p>Regards Jørn
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
TechTip: Access XML Web Services with JavaScript 1 Year, 1 Month ago
|
|
|
Good Catch. The odd part is that it doesn't cause an issue on IE6, which is why the example shown worked for generating the screenshots.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
TechTip: Access XML Web Services with JavaScript 1 Year, 1 Month ago
|
|
|
Mike. Good article. <p>Should you use a more recent version of the XML HTTP Request object? They are faster than older versions, probably have bugs worked out too. <p>Example: <a href="http://www.wrox.com/WileyCDA/Section/id-291289.html">http://www.wrox.com/WileyCDA/Section/id-291289.html</a> <p>And a browser might cache an AJAX request with the GET method (heck, POST might be cached too technically) so you might want to stick a unique query string onto the end of the URL every time like this: <p>var noCacheDate = new Date(); <br>
var url = "http://www.somewhere.com?time=" + noCacheDate.getTime(); <p>Chris
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
TechTip: Access XML Web Services with JavaScript 1 Year, 1 Month ago
|
Karma: 1
|
|
This is a discussion about <B>TechTip: Access XML Web Services with JavaScript</b>.<p align='center'><a href=http://www.mcpressonline.com/mc?
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
@.6b50a898>Click here for the article</a>.</p>
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
|