..will show you how to make a multi bridge between THC_DO, THC_SS and THC_II and keep track of the output in realtime using iframes. So what exactly are we going to do? First of all if you..
Creates a blueprint/map of a server folder
$(function(){
$("#sType").change(function() {
if(this.value=='manual'){
$('#sType').hide('slow');
$("#sPorts").append('<input type="text" name="sManualPorts" value="" title="Separate ports by commas">');
}
});
});