User Profile

Collapse

Profile Sidebar

Collapse
HaLeiVi
HaLeiVi
Last Activity: Nov 24 '10, 05:16 PM
Joined: Mar 21 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • HaLeiVi
    replied to ajax xmlhttprequest
    There is nothing there to put the results into input's value. It only puts it into the DIV that you specified, 'names'.
    I'd say that you should add to the code, after calling the xmlhttpRequest function, that puts it into the DIV:
    ;this.value=nam es.innerHTML
    See more | Go to post

    Leave a comment:


  • HaLeiVi
    replied to ajax xmlhttprequest
    You didn't post the source code for ajax.js. In the meanwhile, did you try it in different browsers? Try also not having it in a table. Also, how's about giving the input an id and using that instead of this.value. I've found that the 'this' keyword can make trouble sometimes in some browsers. Good luck.
    See more | Go to post

    Leave a comment:


  • HaLeiVi
    started a topic IIS returns blank page upon form POST
    in IIS

    IIS returns blank page upon form POST

    My IIS was working fine until one day, when it would send back a blank page in response to a form submitted using POST method. Funny thing is that the ASP code does seem to get processed. This error happens even when my asp page has only html in it. This has nothing to do with faulty code. I changed the file limit, although I wasn't sending anything large in the first place.
    I am running IIS 5.1 on XP SP2.
    Any desperately needed would...
    See more | Go to post
No activity results to display
Show More
Working...