Hi all,
I found one post where the person asked a similar question to the one I have but the only response they got was to post in a different section of the forum. So I looked around even more and am unable to find anything that helps me.
I own a Gaming League which is coded in ASP, I want my users to be able to connect using their current user name when entering the chat client. I have tried to make this work but am unable to. To break it down a bit more, im placing the command below into the main applet script and cant get it to work.
On top of that I want to be able to assign each clan/guild a chat room, so i have been using the following code and that has not been working either.
I may have posted in the wrong place, or have missed the answer to my questions, if that is the case i do apologize.
A solution to my problem or a link to the solution would be greatly appreciated.
Thank you in advance.
I found one post where the person asked a similar question to the one I have but the only response they got was to post in a different section of the forum. So I looked around even more and am unable to find anything that helps me.
I own a Gaming League which is coded in ASP, I want my users to be able to connect using their current user name when entering the chat client. I have tried to make this work but am unable to. To break it down a bit more, im placing the command below into the main applet script and cant get it to work.
Code:
<param name="nick" value="<%=Session(""&Var_LadderAbbr&"_Username")%>">
On top of that I want to be able to assign each clan/guild a chat room, so i have been using the following code and that has not been working either.
Code:
<param name="Command1" value"/join #mplayerleague_<%=Var_LadderAbbr%>_ClanID-<%=ClanID%>">
I may have posted in the wrong place, or have missed the answer to my questions, if that is the case i do apologize.
A solution to my problem or a link to the solution would be greatly appreciated.
Thank you in advance.













