Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Express
- MSSQL
- Python
- plugin
- vaadin
- Eclipse
- mapreduce
- xPlatform
- react
- Java
- Sqoop
- JavaScript
- hadoop
- NPM
- es6
- tomcat
- window
- 공정능력
- mybatis
- Kotlin
- R
- IntelliJ
- SQL
- SSL
- table
- 보조정렬
- Android
- Spring
- SPC
- GIT
Archives
- Today
- Total
DBILITY
ajax download 본문
반응형
그냥 아래와 같이 해봤었다.
기억력이란게 있는지 의심스러운 정도니 기록해 두자.
$.ajax({
type: 'HEAD',
url: "/resources/excelSample.xls",
complete: function () {
console.log("success");
location.href="/resources/excelSample.xls";
},
error : function () {
console.log("failure");
}
});
반응형
'front-end & ui > javascript' 카테고리의 다른 글
div move + rotate + resize test (0) | 2021.05.20 |
---|---|
div rotate test (0) | 2021.05.18 |
div drag test (0) | 2021.05.14 |
EventSource + Spring Server Sent Event (0) | 2021.05.12 |
pure javascript file upload 테스트 (0) | 2021.05.12 |
Comments