프로그램/Html & Js & Css
[펌] - 엑셀 저장후 jsp 에서 "엑세스가 거부되었습니다" 라는 메세지가 뜰때
영혼과영혼의양식
2009. 3. 30. 13:50
function excel_form(){
document.form.target ="_top" // 이 부분을 쓰니 그런 에러가 안나더군요.
document.form.action =" my_excel.jsp";
document.form.sumit();
}
[출처] : http://www.jspschool.com/boards122/technote/read.cgi?board=Qna&x_number=1042612849
document.form.target ="_top" // 이 부분을 쓰니 그런 에러가 안나더군요.
document.form.action =" my_excel.jsp";
document.form.sumit();
}
[출처] : http://www.jspschool.com/boards122/technote/read.cgi?board=Qna&x_number=1042612849