Hello,

I want to send variables from one page to the next using
something like

<form method="post"
action="Details.asp?name=turfbult&surname=maxwell">

However, I have an input box called "keyword". How can I send
whatever the user entered into that inputbox using
form method="post" and querystrings. I dont want to use
form methid="get".

Any help please.

Thanks,
T