Popular Posts
android.intent.action.SCREEN_ON & android.intent.action.SCREEN_OFF First, I've tried create a receiver to receive screen on/off and register receiver on AndroidManifest.xml like below, but unfortunately ... my string tool package bruce.lib; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; import java.net.URL... Speed up VisualStudio using RAMDisk STEP: Install RAMDisk and create a ramdisk r: Create a batch file and setting temp variant: @echo off set tmp=r:\ set temp=r:\ call ...
Stats
Change form attributes with JQuery
action = '/controller/action/id/';
target = 'upload_iframe';
enctype = 'multipart/form-data';    

$('#form1').attr("action",action);
$('#form1').attr("target",target);
$('#form1').attr("enctype",enctype);
In other browsers it works fine, but not in IE(6,7,8).