Hallo,
I wanted to use any browser for testing the installed service. I wrote a javascript to convert my input with radio buttons and checkboxes to XML. As we normally give the target address as a .CGI file for "html forms" service normallly, I wanted to know what address I have to specify for the action field of the form form.
Where the output goes depends on what your javascript does with it. Some people have had success using this javascript library, but I haven't tried it:
Hallo,
I wanted to use any browser for testing the installed service. I wrote a javascript to convert my input with radio buttons and checkboxes to XML. As we normally give the target address as a .CGI file for "html forms" service normallly, I wanted to know what address I have to specify for the action field of the form form.
1. IS it just http://localhost:8000 ?
2. Or we need a redirecting program there?
And does the service automatically write the output back to the browser?
To end with a comment, the library is helping me a lot. :)
Thanx
Yogesh.
http://localhost:8000 will work if you have a server listening there.
Note that XMLRPC responds only to POSTs not GETs.
Where the output goes depends on what your javascript does with it. Some people have had success using this javascript library, but I haven't tried it:
http://www.vcdn.org/Public/XMLRPC/