What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » JavaScript problem

JavaScript problem
Author: Message:
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: JavaScript problem
quote:
document.inputform.message.value += quote\r\n;
What is "quote" supposed to be? I don't see any variable by that name defined. Also, \r\n is a string, so it needs to be enclosed in quotation marks. Something like this would probably work...

document.inputform.message.value += username+"\r\n";
quote:
<textarea name='message' rows='10' cols='50'</textarea>
You're missing a ">" in there.
12-04-2005 07:24 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
JavaScript problem - by DragonX on 12-03-2005 at 09:15 PM
RE: JavaScript problem - by WDZ on 12-04-2005 at 07:24 AM
RE: JavaScript problem - by ShawnZ on 12-04-2005 at 01:30 PM
RE: JavaScript problem - by -dt- on 12-04-2005 at 01:42 PM
RE: JavaScript problem - by DragonX on 12-04-2005 at 02:59 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On