I would like to know how I can create a html form to process a url request to http://isitup.org.
The website provides a javascript widget that gives me an option to pass a url within a html file, but I’d like to know how I can do this using a html form.

you can easily do this without a HTML Form as the call can be async
in your html:
and in jQuery: