Help for this page

Select Code to Download


  1. or download this
    print qq{
    {"componentId": "$componentId",
     "html": "<a href='#' onClick='javascript:makeForm( \"$componentId\", 
    +\"$componentType\", \"$newTitle\");'>$newTitle</a>"}
    };
    
  2. or download this
    jsonText = eval( '(' request.responseText ')' );
    $('override_' + jsonText.componentId).innerHTML = jsonText.html;