1
I would like to know how I can let XOOPS fill in the username in a text area
This is the code I have, where Your_Nickname is filled in there must be the username from the person who's logged in.
le="color: #000000"><?php <html> <head> <title>JIRC Chat</title> <script language="JavaScript" src="popup.js"> </script> </head> <body bgcolor=white> <p> <FORM NAME="UserInfo"> <div align="left"> <TABLE BORDER=0 CELLSPACING=0 width="186" align="left" > <TR > <TD align=left> <p><b>Chatroom</b></TD> </TR> <TR > <TD width="105" align="left"> <input TYPE=TEXT NAME="NICKNAME" value="Your_Nickname" SIZE=13 style="float: left"></TD> <TD width="0" align="left"> <TR > <TD width="105" align="left"> <INPUT TYPE="BUTTON" VALUE="ENTER" onClick="send()" style="float: left"></TD> <TD width="0" align="left"> </TABLE> </div> </FORM> </body>
I hope someone can help me with this challenge, I'm new to XOOPS.
TIA,
Nemesco