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
A

ayala felheimer

@ayala felheimer
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • http GET request
    A ayala felheimer

    hello, thank you very much for your help. The code bellow is the js i wrote in my html doc. (It is taken from w3schools.)

    try
    {// Firefox, Opera 8.0+, Safari, IE7
    xmlHttp=new XMLHttpRequest();
    }
    catch(e)
    {// Old IE
    try
    {
    xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
    }
    catch(e)
    {
    alert ("Your browser does not support XMLHTTP!");
    return;
    }
    }
    xmlHttp.open("GET",url,false);//here is my question.
    //what do i have to write as url?!?!
    xmlHttp.send(null);//thats the way of sending get messages

    What i wrote as url is: "http://"+the ip address of the equipment i am working on (http://10.0.4.150). As i have already mentioned, both client and server are placed on the same equipment. The server didn't get the request at all. I know that something does work because i got the html doc by an http request. I hope i explained myself properly. Thanks again,

    Web Development javascript html sysadmin tools question

  • http GET request
    A ayala felheimer

    hello, i am building an http client server communication. both client and server are placed on the same ip (on an external equipment). inside the html document i wrote a script sending an http "get" request. javascript has an open function that one of its attribues it url. what do i have to fill in this field? that you,

    Web Development javascript html sysadmin tools question

  • primitive http server
    A ayala felheimer

    hello, thanks for answering. you realy helped me. it was my problem and i thought it is the server's. what about css? is it the same?! the server has to support it? thanks again,

    Web Development question javascript sysadmin

  • primitive http server
    A ayala felheimer

    hello, i'm dealing with a primitive http server that doesn't support client-side javascript. my question is why does it have to support it? i am using internet explorer browser, the browser does support js. why does the server have to support client-side javascript? thank you,

    Web Development question javascript sysadmin

  • c++ and html
    A ayala felheimer

    Hello, I have a text document(ini file). I want to load data from the text document to a table in a html document using c++ only, not java script. It's a http client server communication. When the server feels a button was pressed, he should fill the table. How can i do it? thanks,

    C / C++ / MFC question c++ java html sysadmin
  • Login

  • Don't have an account? Register

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