jsp js iframe 포스트 방식 으로 빅 데이터 제출

더 읽 기


 
   New Document 
  
  
  
  
  
var url = 'http://localhost:8080/test/myTest.jsp';
var bigData = '      ';
var html = '<form action="'+url+'" method="post" target="_self" id="postData_form">'+
           '<input id="bigData" name="bigData" type="hidden" value="'+bigData+'"/>'+
           '</form>';

document.getElementById('myIFrame').contentWindow.document.wirte(html);
document.getElementById('myIFrame').contentWindow.document.getElementById('postData_form').submit();


  
 

 
  
 

iframe 의 src, 기본 값 은 get 방식 으로 제출 합 니 다. 이번 에는 인자 가 매우 많 습 니 다. get 방식 으로 보고 서 를 잘못 제출 하여 post 로 제출 합 니 다.
검 은 머리:http://heisetoufa.iteye.com

좋은 웹페이지 즐겨찾기