Jump to content
UnevenEdge

Anyone notice that big thing I did to the forums?


Guest The Hound

Recommended Posts

was it this?

 

function insertQuoteFast(messageid)

{

if (window.XMLHttpRequest)

getXMLDocument(smf_prepareScriptUrl(smf_scripturl) + 'action=quotefast;quote=' + messageid + ';xml;pb=message;mode=' + (oEditorHandle_message.bRichTextEnabled ? 1 : 0), onDocReceived);

else

reqWin(smf_prepareScriptUrl(smf_scripturl) + 'action=quotefast;quote=' + messageid + ';pb=message;mode=' + (oEditorHandle_message.bRichTextEnabled ? 1 : 0), 240, 90);

return true;

}

Link to comment
Share on other sites

×
×
  • Create New...