php-general | 2005051
Date: 05/02/05
- Next message: Deep: "Re: [PHP] users online"
- Previous message: Mark Cain: "Re: [PHP] Newbie Help"
- Next in thread: Jochem Maas: "Re: [PHP] Submit name change"
- Reply: Jochem Maas: "Re: [PHP] Submit name change"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I need this to change the value of the button 'sit in' to the name of a
user --it doesnt work so anyone got any ideas or is what i am looking to do
impossible.
Either the button name can show the username or a text field can change from
blank to show the username when clicked.
<FORM ACTION="<?=$PHP_SELF?>" METHOD="GET">
<INPUT TYPE="SUBMIT" VALUE="Sit in"
onClick="JavaScript:showname('<?php echo $uname;?>');
return true;">
</FORM>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Deep: "Re: [PHP] users online"
- Previous message: Mark Cain: "Re: [PHP] Newbie Help"
- Next in thread: Jochem Maas: "Re: [PHP] Submit name change"
- Reply: Jochem Maas: "Re: [PHP] Submit name change"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

