[PHP] Adding Text Input in a SELECT drop-down list

2002-03-23 Thread Andre Dubuc

I have written, in an html form, a drop-downlist that uses :

i.e. 
State
AL
AZ
// and so on

I would like a text input as the last option so that a user can type in a 
state (non-USA) and have this variable passed on. Is there any way of 
accomplishing this using html or php?

Any help would be greatly appreciated,
Tia,
Andre

-- 
Please pray the Holy Rosary to end the holocaust of abortion.
Remember in your prayers the suffering souls in Purgatory.

May God bless you abundantly in His love!

For a free Cenacle Scriptural Rosary Booklet -- http://www.webhart.net/csrb/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Adding Text Input in a SELECT drop-down list

2002-03-23 Thread Miguel Cruz

On Sat, 23 Mar 2002, Andre Dubuc wrote:
> I have written, in an html form, a drop-downlist that uses :
> 
>   i.e. 
>   State
>   AL
>   AZ
>   // and so on
> 
> I would like a text input as the last option so that a user can type in a 
> state (non-USA) and have this variable passed on. Is there any way of 
> accomplishing this using html or php?

It's not possible. You'll have to put a separate text input field next to 
it.

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Adding Text Input in a SELECT drop-down list

2002-03-23 Thread Andre Dubuc



On Saturday 23 March 2002 19:45, you wrote:
> On Sat, 23 Mar 2002, Andre Dubuc wrote:
> > I have written, in an html form, a drop-downlist that uses :
> >
> > i.e. 
> > State
> > AL
> > AZ
> > // and so on
> >
> > I would like a text input as the last option so that a user can type in a
> > state (non-USA) and have this variable passed on. Is there any way of
> > accomplishing this using html or php?
>
> It's not possible. You'll have to put a separate text input field next to
> it.
>
> miguel
\
Thanks Miguel.

Too bad, since a few sites seem to have that capability. Oh well . . 

Regards, 
Andre
-- 
Please pray the Holy Rosary to end the holocaust of abortion.
Remember in your prayers the suffering souls in Purgatory.

May God bless you abundantly in His love!

For a free Cenacle Scriptural Rosary Booklet -- http://www.webhart.net/csrb/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Adding Text Input in a SELECT drop-down list

2002-03-23 Thread Justin French

If you've seen it on other sites (I can't see how, since there's no
support for it in the HTML spec), then why not just look at the source?


> Too bad, since a few sites seem to have that capability. Oh well . .
> 
> Regards,
> Andre
> --

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Adding Text Input in a SELECT drop-down list

2002-03-23 Thread Senih

JavaScript is there to do that.
Senih

> I have written, in an html form, a drop-downlist that uses :
>
> i.e. 
> State
> AL
> AZ
>  // and so on
>
> I would like a text input as the last option so that a user can type in a
> state (non-USA) and have this variable passed on. Is there any way of
> accomplishing this using html or php?
>
> Any help would be greatly appreciated,
> Tia,
> Andre
>
> --
> Please pray the Holy Rosary to end the holocaust of abortion.
> Remember in your prayers the suffering souls in Purgatory.
>
> May God bless you abundantly in His love!
>
> For a free Cenacle Scriptural Rosary Booklet --
http://www.webhart.net/csrb/
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Adding Text Input in a SELECT drop-down list

2002-03-23 Thread Andre Dubuc

On Saturday 23 March 2002 19:57, you wrote:
> If you've seen it on other sites (I can't see how, since there's no
> support for it in the HTML spec), then why not just look at the source?
>
> > Too bad, since a few sites seem to have that capability. Oh well . .
> >
> > Regards,
> > Andre
> > --

Unfortunately, my bookmarks were lost when I re-installed. It was a major 
site, and I don't remember which one. Oh well, I'll keep looking . . .

Thanks,
Andre
-- 
Please pray the Holy Rosary to end the holocaust of abortion.
Remember in your prayers the suffering souls in Purgatory.

May God bless you abundantly in His love!

For a free Cenacle Scriptural Rosary Booklet -- http://www.webhart.net/csrb/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Adding Text Input in a SELECT drop-down list

2002-03-24 Thread Mika Tuupola

On Sat, 23 Mar 2002, Andre Dubuc wrote:

> > >   State
> > >   AL
> > >   AZ
> > >   // and so on
> > >
> > > I would like a text input as the last option so that a user can type in a
> > > state (non-USA) and have this variable passed on. Is there any way of
> > > accomplishing this using html or php?

> > It's not possible. You'll have to put a separate text input field next to
> > it.

> Too bad, since a few sites seem to have that capability. Oh well . . 

Any URL's to them?

-- 
Mika Tuupola  http://www.appelsiini.net/~tuupola/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php