Re: [PHP] Changing form look without reloading

2002-01-17 Thread Erik Price


On Thursday, January 17, 2002, at 03:33  AM, Nick Wilson wrote:
>
>> Hello...
>>
>> I am wondering: Would it be possible to:
>> 1) Select an option in a selectbox
>> 2) Have a list of checkboxes pop up underneath the selectbox, based on 
>> what
>> you selected
>> 3) Without reloading the page...
>>
>> Show/hide layers I can figure out myself... I dont want to have X 
>> hidden
>> layers with X times 10 checkboxes within each of them.
>>
>
> Well, you won't do that with PHP
>


But you could do something like that with JavaScript, possibly.  Look 
into a JavaScript tutorial somewhere or pick up a JavaScript book.

I don't know JavaScript but it would be something along the lines of 
"onClick... do this", that's one of the commonly used JavaScript 
features.

Erik


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Changing form look without reloading

2002-01-17 Thread Dennis Moore

You have to use Javascript to make this so...  You may want to go to
hotscripts.com for examples...

/dkm


- Original Message -
From: "Torkil Johnsen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 17, 2002 3:24 AM
Subject: [PHP] Changing form look without reloading


> Hello...
>
> I am wondering: Would it be possible to:
> 1) Select an option in a selectbox
> 2) Have a list of checkboxes pop up underneath the selectbox, based on
what
> you selected
> 3) Without reloading the page...
>
> Show/hide layers I can figure out myself... I dont want to have X hidden
> layers with X times 10 checkboxes within each of them.
>
> Suggestions AND CODE snipplets very welcome!
>
> Sincerely,
> - Torkil
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Changing form look without reloading

2002-01-17 Thread Nick Wilson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* On 17-01-02 at 09:26 
* Torkil Johnsen said

> Hello...
> 
> I am wondering: Would it be possible to:
> 1) Select an option in a selectbox
> 2) Have a list of checkboxes pop up underneath the selectbox, based on what
> you selected
> 3) Without reloading the page...
> 
> Show/hide layers I can figure out myself... I dont want to have X hidden
> layers with X times 10 checkboxes within each of them.
> 

Well, you won't do that with PHP
- -- 

Nick Wilson

Tel:+45 3325 0688
Fax:+45 3325 0677
Web:www.explodingnet.com



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE8RoxYHpvrrTa6L5oRAkx8AKCcATQx3D1FDGW4Y9VSGs+tyooSvACdHwE6
qZ4oGYxEkMgMTTY0GrsYe7s=
=/+D3
-END PGP SIGNATURE-

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Changing form look without reloading

2002-01-17 Thread Torkil Johnsen

Hello...

I am wondering: Would it be possible to:
1) Select an option in a selectbox
2) Have a list of checkboxes pop up underneath the selectbox, based on what
you selected
3) Without reloading the page...

Show/hide layers I can figure out myself... I dont want to have X hidden
layers with X times 10 checkboxes within each of them.

Suggestions AND CODE snipplets very welcome!

Sincerely,
- Torkil


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]