No announcements
Found 1243912 threads
-
0 Votes
XHR and localhost
Hi Mika56, the xhr's localhost access is blocked for security protection consideration.Answered | 8 Replies | 3467 Views | Created by Mika56 - Friday, October 19, 2012 7:24 PM | Last reply by Jeff Sanders - Wednesday, October 24, 2012 1:15 PM -
0 Votes
XHR Response Cookies
Also, is there any way it can be extracted from the XHR call without being inside an iframe?Answered | 5 Replies | 3533 Views | Created by Yasser Makram_ - Friday, April 27, 2012 1:53 PM | Last reply by win8_rookie - Wednesday, November 7, 2012 4:07 AM -
0 Votes
javascript xhr proxy
Regarding the XHR API not working can you double check and see if the Socialite Application works on your test machine?Answered | 7 Replies | 8570 Views | Created by dassio - Friday, September 23, 2011 12:23 AM | Last reply by Jeff Sanders - Thursday, October 6, 2011 2:10 PM -
2 Votes
SharePoint 2013 REST api XHR vs jQuery
$.ajax({ url: Uri, type: "GET", headers: { "accept": "application/json;odata=verbose" }, success: function ...Answered | 3 Replies | 5023 Views | Created by Jordan Georgiev - Saturday, November 26, 2016 8:34 AM | Last reply by frankcole - Friday, July 12, 2019 8:05 AM -
0 Votes
XML parsing in winJs
http://social.msdn.microsoft.com/Search/en-US/windows/apps?Answered | 9 Replies | 8846 Views | Created by Cynthia Mareia - Monday, March 19, 2012 9:05 AM | Last reply by Cynthia Mareia - Wednesday, March 28, 2012 4:05 AM -
0 Votes
Parsing data
>102392-293,98390283-109,1928374-495 now i want the o/p as 102392-293 98390283-109 1928374-495 Its ...Answered | 5 Replies | 8998 Views | Created by SSDL - Friday, February 19, 2010 4:36 PM | Last reply by KJian_ - Tuesday, February 23, 2010 5:43 AM -
1 Votes
WinJS xhr download file to local folder/replace existing
I don't remember exactly how I did it, but this sounds familiar:Answered | 5 Replies | 2140 Views | Created by hxnwx - Thursday, February 5, 2015 4:49 PM | Last reply by hxnwx - Monday, March 16, 2015 8:02 PM -
0 Votes
Problem using XHR to get data and then show in listview control
img> Here's an example of getting an image from the net with an XHR, and then getting a bolb ...Answered | 4 Replies | 4647 Views | Created by Peter Kellner - Monday, March 5, 2012 9:09 PM | Last reply by Bryan Thomas - Monday, March 26, 2012 4:44 PM -
2 Votes
Eficient way to Parse string data...?
If all lines follows that format, the most efficient way to parse the data is just using the Split method: string[] fields = line.Split(new ...Answered | 5 Replies | 4373 Views | Created by IamHuM - Wednesday, July 1, 2009 7:09 AM | Last reply by Guffa - Thursday, July 2, 2009 9:56 PM -
0 Votes
Formatting/Parsing Column data
It has the data in the following format by default.Answered | 1 Replies | 1018 Views | Created by Mayank Shyam - Thursday, July 3, 2014 4:49 PM | Last reply by romeo donca - Thursday, July 3, 2014 8:11 PM -
10 Votes
Parsing Data from TiffRational Object
Can someone please tell me how to parse this data from the screenshot below.Answered | 11 Replies | 570 Views | Created by pianoboyCoder - Sunday, February 19, 2017 10:32 AM | Last reply by Silva79 - Saturday, March 4, 2017 11:49 PM -
0 Votes
Parsing data from URL
Hi all, I'm fairly new to MySQL and I'm trying to parse the following pieces from URLs under the c(Referer) column in my log files.Answered | 2 Replies | 4213 Views | Created by KoNET - Wednesday, February 24, 2010 10:12 PM | Last reply by KoNET - Wednesday, February 24, 2010 10:42 PM -
0 Votes
problem with xhr
try this: data.js //in data.js (function(){ "use strict"; function getData(callback){ WinJS.xhr({ url: 'url' ...Answered | 2 Replies | 2932 Views | Created by Dorian94 - Sunday, April 8, 2012 5:54 PM | Last reply by Dorian94 - Monday, April 9, 2012 8:07 AM -
0 Votes
Issues with xhr responses
We use javascript xhr to send out a GET message to make sure there is cache server to cache files.Answered | 9 Replies | 511 Views | Created by Williampi1983 - Tuesday, January 5, 2016 2:40 PM | Last reply by Williampi1983 - Sunday, January 24, 2016 7:11 PM -
0 Votes
Parsing data with SSIS package
How and where do I add a WHERE clause to filter the data coming from the XLS?Answered | 10 Replies | 3247 Views | Created by STARgeek - Thursday, March 28, 2013 9:10 PM | Last reply by STARgeek - Friday, April 19, 2013 5:29 PM -
0 Votes
how to retrive downloaded files using winjs xhr
Hi Suganthi, BackgroundDownloader class is a easy way to download a file to a folder instead of using WinJS.xhr, xhr is design for some small files therefore ...Answered | 6 Replies | 1514 Views | Created by Suganthi Balaji - Monday, December 2, 2013 12:40 PM | Last reply by Jamles Hez - Wednesday, December 4, 2013 2:40 AM -
0 Votes
Parse XHR data
I'm able to POST and GET data from my MySQL database.Answered | 1 Replies | 1203 Views | Created by ZachAtttack - Monday, July 8, 2013 12:53 PM | Last reply by ZachAtttack - Tuesday, July 9, 2013 7:59 PM -
2 Votes
Parsing SerialPort Data
0) // if data ready in buffer { DataReceived[i] = Convert.ToByte(serialPort1.ReadByte()); // read data serial & saving to array byte i++; ...Answered | 7 Replies | 14176 Views | Created by Mickey Mouze - Tuesday, February 22, 2011 10:35 PM | Last reply by Mickey Mouze - Monday, March 21, 2011 2:47 AM -
3 Votes
Parsing xml data
static void Main(string[] args) { XmlDocument doc = new ...Answered | 4 Replies | 2158 Views | Created by Dodger6 - Saturday, July 2, 2011 9:12 PM | Last reply by techmania - Sunday, July 3, 2011 6:14 AM -
0 Votes
Access denied in IE11 and Edge when xhr target is localhost
I need to send a xhr request to localhost, the server is run on my local application by nodejs http server.Answered | 1 Replies | 589 Views | Created by AnnTseng - Wednesday, April 22, 2020 8:43 AM | Last reply by Dave Patrick - Wednesday, April 22, 2020 12:04 PM - Items 1 to 20 of 1243912 Next ›
No announcements