Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Perl CGI redirect

by poj (Abbot)
on Apr 16, 2013 at 21:27 UTC ( [id://1029020]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl CGI redirect
in thread Perl CGI redirect

In that case just replace the select
<select name="server"> <option value="">select</option> <option value="server1">server1</option> <option value="server2">server2</option> <option value="server3">server3</option> <option value="server4">server4</option> </select>
with a text box
<textarea name="server" rows="1" cols="30" wrap="virtual"></textarea>
poj

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1029020]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-19 21:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found