I have a form.
The user enters data, presses the button.
This gets passed to a url
localhost/script.pl?a=1&b=2
etc.
script.pl now has a choice, depending on the vars a and b.
If it decides to send a list of products, how do I make the url in the 
browser change from
localhost/script.pl?a=1&b=2
Or is this, by and large, a pointless thing to try and I should just 
make my script names non descript, so to speak?

John



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to