I have a form on which I had to build a link this way. you'd request the
form input and give it a name like server
then you'd response.write the other parts around it.
--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--
"Gabriel" <(E-Mail Removed)> wrote in message
news:9c6401c40619$db6820c0$(E-Mail Removed)...
> I have been pulling my hair out trying to find out how to
> do this so if anyone could help I would apprecitae it.
> I want to have a text field form that a user can enter the
> server name and when they hit Submit, the
> http://<Server>:20001 will be added to the beginning and
> end of it and then send them to that page. I have a
> feeling it is a custom script but have been unable to
> locate it. Thanks ....