Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

snoopybb

@snoopybb
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • IE ajax problem [modified]
    S snoopybb

    Thanks for the reply but by not text I meant some text mixed with a few nulls and some group separators followed by a block of a few hundred capital letters (what I was trying to extract). Anyway ,it works in firefox and I guess thats good enough for me. Now why does everything I write not work in IE.

    Web Development help csharp xml tutorial question

  • IE ajax problem [modified]
    S snoopybb

    Anyone have any ideas why I get a "The data necessary to complete this operation is not yet available." error in IE? Edit: I'm pretty sure it has something to do with the file not being text.function http (m, u, d, f) { var r = null; if (window.XMLHttpRequest) { r = new XMLHttpRequest(); if (r.overrideMimeType) { r.overrideMimeType('text/xml'); } } else if (window.ActiveXObject) { try { r = new ActiveXObject('Msxml2.XMLHTTP'); } catch(e) { try { r = new ActiveXObject('Microsoft.XMLHTTP'); } catch(e){} } } if (r) { r.onreadystatechange = function() { if (r.readyState == 4) { alert(r.readyState); //This is 4 when the error occures if (r.status == 200) { **f(r.responseText);** //ERROR here "The data necessary to complete this operation is not yet available." } } }; r.open(m, u, true); r.setRequestHeader('Connection', 'close'); if (d) r.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); r.send(d); } } var df=document.getElementsByTagName("PARAM")[0].value; http('GET','http://example.net/'+df,'', function(data){alert(data);});
    -- modified at 18:54 Friday 27th April, 2007

    Web Development help csharp xml tutorial question

  • Yahoo
    S snoopybb

    Go to yahoo.com and click on the exclamation point.

    The Lounge com
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups