html - no php/asp/scripts to send a form

02
2013-08
  • YBV

    'm working on developing a server in java to embed it into a new programming language as a part of run time support. I don't want php/asp or any script support, but I need to send requests from html pages and get responses( like forms) is there any way i can just use html/ java script without any support from server side script ?

    How did people use web forms before php/asp were discovered?

  • Answers
  • Tom Wijsman

    but I need to send requests from html pages

    The only way to have a website send requests is either by the visitor going to another page or by an asynchronous call by Javascript. This is done using XHR, or using more advanced frameworks like doing a jQuery.post (or get depending on the type of request you want to sent).


  • Related Question

    apache - Solution for running asp and php the same time on windows XP?
  • Questioner

    Currently I'm using wampserver to run PHP pages,

    is it possible for me to integrate the support for asp with Apache?

    Or I need to install another web server that's compatible with Apache to server asp pages?


  • Related Answers
  • Chris_K

    It would likely be much easier to just run both PHP and ASP on IIS. The MS Web Platform Installer makes this very easy for you. Heck, it'll even install MySQL and get all the PHP bits working for you.