mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2006
Posts: 2
F
Famosus Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
F
Joined: Dec 2006
Posts: 2
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?

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
This should be in the scripting forum, but here's your answer:

Code:
url -an http://website.com/db/search.asp?name= $+ $$?="Enter name" $+ &rogue=0&COMMAND=SEARCH



Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard