On Tue, June 6, 2006 4:55 pm, tedd wrote:
> At 9:20 PM +0200 6/7/06, Steffen Mazanek wrote:
>>I want to provide two input text fields lastname and firstname and if
>> the user
>>pushes the submit button the generated url should be
>> ...?name=firstname_lastname.
>>
>>Is this possible and how?
I th
At 9:20 PM +0200 6/7/06, Steffen Mazanek wrote:
>Hello,
>
>I want to provide two input text fields lastname and firstname and if the user
>pushes the submit button the generated url should be
>...?name=firstname_lastname.
>
>Is this possible and how?
>
>Thank you for helping a php newbie.
>
>Steff
Why are you forcing the input into the GET variable or the URL string?
Why not just use the post from the form variable??
As for you question...
the answer is yes:
make the submit button a button and onclick="javascript_function()"
Javascript_function() {
val1 = document.getElementbyId("last
Steffen Mazanek wrote:
Hello,
I want to provide two input text fields lastname and firstname and if the user
pushes the submit button the generated url should be
...?name=firstname_lastname.
Is this possible and how?
Yes and JavaScript
Thank you for helping a php newbie.
You're welcome,
4 matches
Mail list logo