Hi,
Im not a notes programmer, so the concepts may be different, but Im trying to put in a request to a developer and Im having difficulty in finding out if Domino is able to process a POSTed HTML form. Sorry if this is a dumb qu, but Im sure this is a very basic request!
Basically, I have a static html file which has a HTML FORM in it and is being served up from a webserver somehwere. Once someone clicks SUBMIT on this form, I want a domino process to pick this information up so that it can process (i.e. write it out to a database, which is not the difficult bit).
Can domino process HTML FORMs that have not been serverd up by itself, and if so how?
Any domino code snippets which would show how domino could process the in coming request would be very gratefully received !
Thanks for bearing with me!
Here is an example html form I have on a remote apache server;
<html><body bgcolor="#FFFFFF">
<form method="post" action=" name="quform">
<p> Type qu. here <input type="text" name="question">
</p>
<p>
<input type="submit" name="Submit" value="Submit">
</p>
</form></body></html>
Cheers
John (Sudmill)
Im not a notes programmer, so the concepts may be different, but Im trying to put in a request to a developer and Im having difficulty in finding out if Domino is able to process a POSTed HTML form. Sorry if this is a dumb qu, but Im sure this is a very basic request!
Basically, I have a static html file which has a HTML FORM in it and is being served up from a webserver somehwere. Once someone clicks SUBMIT on this form, I want a domino process to pick this information up so that it can process (i.e. write it out to a database, which is not the difficult bit).
Can domino process HTML FORMs that have not been serverd up by itself, and if so how?
Any domino code snippets which would show how domino could process the in coming request would be very gratefully received !
Thanks for bearing with me!
Here is an example html form I have on a remote apache server;
<html><body bgcolor="#FFFFFF">
<form method="post" action=" name="quform">
<p> Type qu. here <input type="text" name="question">
</p>
<p>
<input type="submit" name="Submit" value="Submit">
</p>
</form></body></html>
Cheers
John (Sudmill)