ETS Escaping Parse
ETS will parse anything between {} in order to escape the parse use the following.
{# {escaped code} #}
2741 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
{# {escaped code} #}
<SCRIPT TYPE="text/javascript"> SCRIPT>
<FORM ACTION="../cgi-bin/mycgi.pl" METHOD=POST> U.S. ZIP Code: <INPUT NAME="dollar" SIZE=5 MAXLENGTH=5 onKeyPress="return numbersonly(this, event)"> <INPUT TYPE=SUBMIT VALUE="go"> FORM>
{if: {php}strlen({phoneNumber}){/php} >= 10}({php}substr({phoneNumber}, -10, 3){/php}) {/if}{php}substr({phoneNumber}, -7, 3){/php}-{php}substr({phoneNumber}, -4){/php}
<INPUT TYPE="checkbox" NAME="MyCheckbox" VALUE="Select Me" DISABLED> document.forms[0].MyCheckbox.disabled = true;
function checkUncheckAll(checkAllState, cbGroup) { // Check that the group has more than one element if(cbGroup.length > 0) { // Loop through the array for (i = 0; i < cbGroup.length; i++) { cbGroup[i].checked = checkAllState.checked; } } else { // Single element so not an array cbGroup.checked = checkAllState.checked; } }
<input type=checkbox name=checkall onclick="checkUncheckAll(this, grp1);"> <input type=checkbox name=grp1 id=bx1> <input type=checkbox name=grp1 id=bx2> <input type=checkbox name=grp1 id=bx3> <input type=checkbox name=grp1 id=bx4>
ln -s /home/dir_to /home/dir_from //dir_to is the existing directory you want dir_from to point to symbolically
<td onmousedown="return false;" onselectstart="return false;">