in reply to A browser toolbar with perl
basically it's a javascript oneliner with the URL being like such:
<a href='javascript: where = prompt("what?", ""); window.location = "h +ttp://domain/script.cgi?query="+where;'>LINK</a>
This might not be a solution, depending on what you're are trying to do.
|
|---|