'; clipBoardText = clipBoardText + chr(13) + chr(10); clipBoardText = clipBoardText + '' + reportTitle + ''; clipBoardText = clipBoardText + chr(13) + chr(10); clipBoardText = clipBoardText + '' + chr(13) + chr(10); clipBoardText = clipBoardText + '' + chr(13) + chr(10); for (i = 0; i < pageID_array.length; i++){ clipBoardText = clipBoardText + '' + chr(13) + chr(10); } clipBoardText = clipBoardText + '
' + pageLabel + '' + titleLabel + '' + idLabel + '
' + (i + 1) + '' + pageTitle_array[i] + '' + pageID_array[i] + '
' + chr(13) + chr(10); System.setClipboard(clipBoardText); } else { // do nothing }]]>
" + destPageName + "
" + notFoundMessage) } } } if ((pageMode == "development") && (pageFound == "false")){ // set up page not found text box txtPageNotFound.clear(); txtPageNotFound.beginFill(0xFFFFCC, 100); txtPageNotFound.lineStyle(1,0x000000,100); txtPageNotFound.drawRect(-10,-10,250,200,20); txtPageNotFound._visible = 1; txtPageNotFound.wipe('in',0.25,'Strong','easeIn',2) } ]]>