MC Press Online Forum
Welcome, Guest
Please Login or Register.    Lost Password?
TechTip: Access XML Web Services with JavaScript (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: TechTip: Access XML Web Services with JavaScript
#115916
g11021 (User)
Fresh Boarder
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
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
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#115917
Guest.Visitor (Visitor)

Birthdate:
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.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#115918
Guest.Visitor (Visitor)

Birthdate:
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
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#115915
MC Press Web Site Staff (Admin)
Admin
Posts: 1061
graphgraph
User Offline Click here to see the profile of this user
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>
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
   MC-STORE.COM