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

JavaScript problem
Author: Message:
DragonX
Full Member
***

Avatar

Posts: 226
Reputation: 10
40 / Male / –
Joined: Aug 2005
O.P. RE: JavaScript problem
oops, ok, here that block of code again
code:

function quickquote(pid) {
  if(qqsel != "" && qqsel.indexOf("[quote]") == -1) {
    var quote = qqsel;
  } else {
    var quote = eval("document.quickquote.qq"+pid+".value");
  }
  qqsel = "";
  var username = eval("document.quickquote.qq"+pid+".value");
  alert(quote);
  document.quickreplyform.message.value += "[quote="+username+"]"+quote+"[/quote]\r\n";
  document.quickreplyform.message.focus();
}


this is all in a html .tpl file btw.

This post was edited on 12-04-2005 at 03:03 PM by DragonX.
[Image: dsd-mi_616175.png]
12-04-2005 02:59 PM
Profile E-Mail 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