PDA

View Full Version : Need to dynamically submit a request to a server depending on a HTML Select


rameshbabumv
03-16-2004, 01:07 AM
Hi,

I have a HTML form which has a HTML select button. There are 4 options listed in it. All these 4 are different tomcat webservers in different locations. Now the user selects any of the option and clicks submit. When the user submits, the form has to dynamically submit to the server selected in the Select box. Can we do this in HTML.

Can any one please help.

Thanks,
Ramesh

stuka
03-16-2004, 10:27 AM
AFAIK, you can't do that in pure HTML. You'd need some sort of processing (Perl, Python, PHP) of the form data to redirect the user.

Coliver
04-21-2004, 02:19 AM
No you can't.

You need to get a Form Processor that will allow you to do that

Either you try to look one up on http://www.hotscripts.com/ or you pick up PHP and program one by yourself.