Okay, I have a alias that implements a search form and a URL. It looks something like this...
alias name_lu {
url -an
http://website.com/db/search.asp?Name= $+
$$?= "Enter name"= &Rogue=0&COMMAND=SEARCH
}
In the end I need it to open a url that says...
http://website.com/db/search.asp?name=(input)&rogue=0&COMMAND=SEARCH
Any help out there?