Home
last modified time | relevance | path

Searched refs:aParams (Results 1 – 2 of 2) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckurlparams.js30 var aParams = document.location.search.substr(1).split('&') ; variable
31 for ( var i = 0 ; i < aParams.length ; i++ )
33 var aParam = aParams[i].split('=') ;
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js292 var aParams = [] ;
296 aParams.push( 'subject='+ encodeURIComponent( subject ) ) ;
298 aParams.push( 'body=' + encodeURIComponent( body ) ) ;
302 …\'mailto:\'+String.fromCharCode(' + aAddressCode.join( ',' ) + ')+\'?' + aParams.join( '&' ) + '\'…