Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~708 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Steviebone

I am using a simple ajax routine to notify a server of click thrus. This routine passes information about each link on a page when it is clicked to the server which logs information about the click thru. The code works fine unless the CTL key is pressed as someone …

Member Avatar for Steviebone
0
277
Member Avatar for Steviebone

I am using XMLHttpRequest as a simple one way ajax logging function. No server response is needed. The request does not cross domains. This code works as expected in IE and in Firefox var client2 = new XMLHttpRequest(); client2.open("GET", "program?url=c",true); client2.send(); alert('sent'); return true; however, as soon as I remove …

Member Avatar for pritaeas
0
339
Member Avatar for Steviebone

I am getting pitifully poor transfer speeds from an XP box to 2003 box. Ive tried using ftp, as well as other copy programs, even cmd line. Task manager indicates that with any single connection I top out at about 5% of the 100MB capacity. I can open several connections …

0
92