ldset>
<legend> - Application NCC (never code counter) -</legend>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" id="left">
<ul>
<li>
<input name="filepathStr" type="text" class="txt" value="type your file or folder path" size="30">
<input class="btn" type="button" value=" FILE " onclick="selectSingleFile(''filepathStr'')"/>
<input class="btn" type="button" value="FOLDER" onclick="selectFolder(''filepathStr'')"/>
</li>
<li>
<input name="groupfileExt" value="asp" type="checkbox" checked onclick="changeFileExt()"/>
.asp
<input name="groupfileExt" value="js" type="checkbox" checked onclick="changeFileExt()"/>
.js
<input name="groupfileExt" value="xml" type="checkbox" checked onclick="changeFileExt()"/>
.xml
<input name="groupfileExt" value="aspx" type="checkbox" checked onclick="changeFileExt()"/>
.aspx
<input name="groupfileExt" value="cs" type="checkbox" checked onclick="changeFileExt()"/>
.cs
<br/>
<input name="filesExts" type="text" class="txt" id="filesExts" value="" size="40">
</li>
<li>
<input class="btn two" type="button" value="Output Information" onclick="output()"/>
<!-- not complete <input name="button" type="button" class="btn" onclick="NCC.format();" value="Format Code"/> -->
</li>
<li>
<input class="btn two" type="button" value="Information Save As" onclick="saveAs();"/>
</li>
</ul>
<div id="footer">
<p>
NCC V1.01 beta Power By BlueDestiny, never-online
<br/>
More code please visit <a href="http://www.never-online.net" target="_blank" title="visit my site">http://www.never-online.net</a>
</p>
</div>
</td>
<td align="left" valign="top" id="right">
<fieldset>
<legend>- Output Information -</legend>
<textarea id="outputWrapper" style="border:0; background-color:buttonface; width:96%; height:100%;"></textarea>
</fieldset>
</td>
</tr>
</table