Posted by Anasta on 05/02/05 07:41
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>
Navigation:
[Reply to this message]
|