success(function (data) { alert(data.uri); //for test, and I see correct uri shows up here. window.open(data.uri, ''); return false; //window doesn't open. });
確定! 回上一頁